Searched refs:total_elapsed (Results 1 – 1 of 1) sorted by relevance
546 struct timevar_time_def total_elapsed; in get_run_time() local547 timevar_get (TV_TOTAL, &total_elapsed); in get_run_time()548 return total_elapsed.user + total_elapsed.sys; in get_run_time()