Changes in benchmark/readyQ/cycle.cfa [0b84b15:7a2a3af]
- File:
-
- 1 edited
-
benchmark/readyQ/cycle.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/cycle.cfa
r0b84b15 r7a2a3af 62 62 } 63 63 64 printf("Took %'ld ms\n", (end - start)`ms); 64 printf("Duration (ms) : %'ld\n", (end - start)`ms); 65 printf("Number of processors: %'d\n", nprocs); 66 printf("Number of threads : %'d\n", tthreads); 67 printf("Cycle size (# thrds): %'d\n", ring_size); 65 68 printf("Yields per second : %'18.2lf\n", ((double)global_counter) / (end - start)`s); 66 69 printf("ns per yields : %'18.2lf\n", ((double)(end - start)`ns) / global_counter);
Note:
See TracChangeset
for help on using the changeset viewer.