Changeset 1d5deea
- Timestamp:
 - Apr 21, 2021, 12:53:30 PM (5 years ago)
 - Branches:
 - ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
 - Children:
 - b374dbc
 - Parents:
 - c41c2dbe
 - File:
 - 
      
- 1 edited
 
- 
          
  benchmark/readyQ/rq_bench.hfa (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
benchmark/readyQ/rq_bench.hfa
rc41c2dbe r1d5deea 4 4 #include <stdio.h> 5 5 #include <stdlib.hfa> 6 #include <stats.hfa> 6 7 #include <thread.hfa> 7 8 #include <time.hfa> … … 63 64 (*p){ "Benchmark Processor", this.cl }; 64 65 } 66 #if !defined(__CFA_NO_STATISTICS__) 67 print_stats_at_exit( this.cl, CFA_STATS_READY_Q ); 68 #endif 65 69 } 66 70  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.