Home
last modified time | relevance | path

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

/freebsd/usr.bin/gprof/
H A Dprintgprof.c103 if ( totime > 0.0 ) { in flatprofheader()
105 100.0/totime , totime / hz ); in flatprofheader()
111 totime = 1.0; in flatprofheader()
133 100 * np -> time / totime , actime / hz , np -> time / hz ); in flatprofline()
136 100 * np -> time / totime , actime / hz , np -> time / hz ); in flatprofline()
H A Dgprof.c497 totime += thetime; in asgnsamples()
529 printf("[asgnsamples] totime %f\n", totime); in asgnsamples()
H A Dgprof.h207 EXTERN double totime; /* total time for all routines */ variable