Searched refs:MAXROUND (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/usr/bench/scheduling/
H A Dplacement.c18 #define MAXROUND 10000 macro
39 for (round=0; round < MAXROUND; round++) {
50 if (!ME) printf("RTL %d bytes = %" PRIu64 "\n", BUFSIZE, sum/MAXROUND);
/barrelfish-master/usr/bench/rcce/pingpong/
H A DRCCE_pingpong.c16 #define MAXROUND 100000 macro
48 for (round=0; round <MAXROUND; round++) {
87 if (!ME) printf("Round trip latency for %d bytes = %1.9lf\n", BUFSIZE, timer/MAXROUND);
90 if (!ME) printf("RTL %d b = %" PRIu64 "\n", BUFSIZE, sum/MAXROUND);
/barrelfish-master/usr/bench/rcce/ipi_test/
H A Dmainrc.c19 #define MAXROUND 1000000 macro
68 for (round=0; round <MAXROUND; round++) {
104 if (!ME) printf("RTL = %"PRIu64"\n", sum/MAXROUND);
/barrelfish-master/usr/bench/bulk_bench/
H A Dbulkbench.c21 #define MAXROUND 1000 macro
76 static uint64_t timestamp[MAXROUND];
88 if(iter == MAXROUND) {
93 for(int i = 1; i < MAXROUND; i++) {
278 /* for (round = 0; round < MAXROUND; round++) { */

Completed in 42 milliseconds