Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/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()
/toolchain/benchmark/
Dautotest.diff170 + total_time = 0
187 + total_time += time_sec
189 + f.write('Total elapsed time: %.2f seconds.\n\n' % total_time)