Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c147 if (totime > 0.0) { in flatprofheader()
149 100.0/totime, totime / hz); in flatprofheader()
156 totime = 1.0; in flatprofheader()
183 100 * np->time / totime, actime / hz, np->time / hz); in flatprofline()
H A Dgprof.h304 extern double totime; /* total time for all routines */
H A Dgprof.c52 double totime; variable
223 totime += time; in asgnsamples()
257 (void) printf("[asgnsamples] totime %f\n", totime); in asgnsamples()
855 totime += func_nticks; in assign_pcsamples()