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

/barrelfish-master/usr/bench/bomp_mm/
H A Dmm.c511 cycles_t timer_omp_shared = 0; local
518 timer_omp_shared = bench_time_diff(tsc_start, tsc_end);
525 debug_printf("took: %lu cycles\n", timer_omp_shared);
527 } while (!bench_ctl_add_run(ctl_omp_shared, &timer_omp_shared));
550 debug_printf("OMP Shared: %lu (%lu ms)\n", timer_omp_shared,
551 bench_tsc_to_ms(timer_omp_shared));
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