Home
last modified time | relevance | path

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

/NextBSD/usr.bin/gprof/
HDprintgprof.c109 if ( totime > 0.0 ) { in flatprofheader()
111 100.0/totime , totime / hz ); in flatprofheader()
117 totime = 1.0; in flatprofheader()
139 100 * np -> time / totime , actime / hz , np -> time / hz ); in flatprofline()
142 100 * np -> time / totime , actime / hz , np -> time / hz ); in flatprofline()
HDgprof.c510 totime += thetime; in asgnsamples()
542 printf("[asgnsamples] totime %f\n", totime); in asgnsamples()
HDgprof.h212 double totime; /* total time for all routines */ variable