Changeset 038be32 for benchmark/io


Ignore:
Timestamp:
Apr 24, 2020, 4:17:33 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
44aad8f
Parents:
0ea6c5a
Message:

added defines and bool for whether or not to print statistics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/readv.cfa

    r0ea6c5a r038be32  
    4040
    4141int main(int argc, char * argv[]) {
     42        #if !defined(__CFA_NO_STATISTICS__)
     43                print_stats_at_exit( *active_cluster() );
     44        #endif
     45
    4246        double duration   = 5.0;
    4347        unsigned long int nthreads = 2;
     
    4650        printf("Setting local\n");
    4751        setlocale(LC_NUMERIC, "");
    48 
    4952
    5053        arg_loop:
Note: See TracChangeset for help on using the changeset viewer.