Home
last modified time | relevance | path

Searched refs:total_time (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gprof/
Dhist.c57 static double total_time; /* Total time for all routines. */ variable
389 total_time += count_time; in hist_assign_samples_1()
436 total_time -= credit; in hist_assign_samples_1()
443 total_time)); in hist_assign_samples_1()
472 if (total_time > 0.0) in print_header()
475 100.0 / total_time, total_time / hz, hist_dimension); in print_header()
483 if (total_time <= 0.0) in print_header()
488 total_time = 1.0; in print_header()
510 total_time > 0.0 ? 100 * sym->hist.time / total_time : 0.0, in print_line()
514 total_time > 0.0 ? 100 * sym->hist.time / total_time : 0.0, in print_line()