Lines Matching refs:hz
149 100.0/totime, totime / hz); in flatprofheader()
183 100 * np->time / totime, actime / hz, np->time / hz); in flatprofline()
187 1000 * np->time / hz / np->ncall, in flatprofline()
188 1000 * (np->time + np->childtime) / hz / np->ncall); in flatprofline()
219 100.0/printtime, printtime / hz); in gprofheader()
231 if (hz != 1) { in gprofheader()
233 (double)1.0 / hz); in gprofheader()
256 np->propself / hz, np->propchild / hz); in gprofline()
434 "", arcp->arc_time / hz, arcp->arc_childtime / hz, in printparents()
477 arcp->arc_time / hz, in printchildren()
478 arcp->arc_childtime / hz, arcp->arc_count, in printchildren()
483 "", "", arcp->arc_time / hz, in printchildren()
484 arcp->arc_childtime / hz, arcp->arc_count, in printchildren()
644 cyclep -> propself / hz, cyclep -> propchild / hz, in printcycle()
668 memberp->propself / hz, memberp->propchild / hz, in printmembers()