Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Dhist.c54 static double accum_time; /* Accumulated time so far for print_line(). */ variable
395 accum_time += sym->hist.time; in print_line()
400 accum_time / hz, sym->hist.time / hz); in print_line()
404 accum_time / hz, sym->hist.time / hz); in print_line()
467 accum_time = 0.0; in hist_print()
/openbsd/gnu/usr.bin/binutils/gprof/
H A Dhist.c53 static double accum_time; /* Accumulated time so far for print_line(). */ variable
401 accum_time += sym->hist.time;
406 accum_time / hz, sym->hist.time / hz);
410 accum_time / hz, sym->hist.time / hz);
475 accum_time = 0.0; in hist_print()