Ignore:
Timestamp:
Mar 7, 2023, 2:43:27 PM (17 months ago)
Author:
caparson <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
b86d14c
Parents:
cec2551
Message:

added timing header and cleaned up benchmarks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/benchmarks/actors/cfa/executor.cfa

    rcec2551 r4066bd2  
    8787    executor e{ Processors, Processors, Processors == 1 ? 1 : Processors * 512, true, BufSize };
    8888
    89     // printf("starting\n");
    9089    uint64_t start_time = bench_time();
    9190
    9291    start_actor_system( e );
    93 
    94     // printf("started\n");
    9592
    9693    d_actor actors[ Actors ];
     
    10097        } // for
    10198
    102     // printf("stopping\n");
    103 
    10499    stop_actor_system();
    105100   
     
    108103    printf("%.2f\n", ((double)(end_time - start_time))*((double)1e-9) );
    109104
    110     // printf("stopped\n");
    111 
    112105    return 0;
    113106}
Note: See TracChangeset for help on using the changeset viewer.