Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gprof/
Dhist.c620 double call_time; in hist_print() local
622 call_time = (sym->hist.time + sym->cg.child_time) / sym->ncalls; in hist_print()
624 if (call_time > top_time) in hist_print()
627 top_time = call_time; in hist_print()