- Timestamp:
 - Jun 26, 2020, 5:08:10 PM (5 years ago)
 - Branches:
 - ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
 - Children:
 - 9bbbc8e
 - Parents:
 - 359d12d
 - Location:
 - benchmark
 - Files:
 - 
      
- 2 edited
 
- 
          
  benchcltr.hfa (modified) (1 diff)
 - 
          
  readyQ/yield.cfa (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
benchmark/benchcltr.hfa
r359d12d rb813f53 96 96 end = getTimeNsec(); 97 97 Duration delta = end - start; 98 if(is_tty){99 printf(" \r%.1f", delta`ds);98 /*if(is_tty)*/ { 99 printf(" %.1f\r", delta`ds); 100 100 fflush(stdout); 101 101 }  - 
      
benchmark/readyQ/yield.cfa
r359d12d rb813f53 102 102 printf("Yields/sec/procs : %'18.2lf\n", (((double)global_counter) / nprocs) / (end - start)`s); 103 103 printf("ns per yields/procs : %'18.2lf\n", ((double)(end - start)`ns) / (global_counter / nprocs)); 104 104 fflush(stdout); 105 105 } 106 106 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.