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

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

Completed in 50 milliseconds