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

/barrelfish-master/usr/bench/bomp_mm/
H A Dmm.c553 cycles_t timer_common = timer_alloc + timer_init; local
554 cycles_t timer_xomp = timer_common + timer_xompinit + timer_share;
556 debug_printf("Total (Single): %lu (%lu ms)\n", timer_single + timer_common,
557 bench_tsc_to_ms(timer_single + timer_common));

Completed in 27 milliseconds