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

/barrelfish-master/usr/bench/bomp_mm/
H A Dmm.c554 cycles_t timer_xomp = timer_common + timer_xompinit + timer_share; local
560 debug_printf("Total (Repl): %lu (%lu ms)\n", timer_omp_repl + timer_xomp,
561 bench_tsc_to_ms(timer_omp_repl + timer_xomp));
564 debug_printf("Total (Shared): %lu (%lu ms)\n", timer_omp_shared + timer_xomp,
565 bench_tsc_to_ms(timer_omp_shared + timer_xomp));

Completed in 25 milliseconds