Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c146 if (totime > 0.0) { in flatprofheader()
148 100.0/totime, totime / hz); in flatprofheader()
155 totime = 1.0; in flatprofheader()
182 100 * np->time / totime, actime / hz, np->time / hz); in flatprofline()
H A Dgprof.h308 double totime; /* total time for all routines */ variable
H A Dgprof.c187 totime += time; in asgnsamples()
221 (void) printf("[asgnsamples] totime %f\n", totime); in asgnsamples()
818 totime += func_nticks; in assign_pcsamples()