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

/freebsd-10.1-release/usr.bin/gprof/
H A Dprintgprof.c109 if ( totime > 0.0 ) {
111 100.0/totime , totime / hz );
117 totime = 1.0;
139 100 * np -> time / totime , actime / hz , np -> time / hz );
142 100 * np -> time / totime , actime / hz , np -> time / hz );
H A Dgprof.h215 double totime; /* total time for all routines */ variable
H A Dgprof.c510 totime += thetime;
542 printf("[asgnsamples] totime %f\n", totime);

Completed in 60 milliseconds