Home
last modified time | relevance | path

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

/freebsd/usr.bin/gprof/
H A Dprintgprof.c127 np -> childtime == 0 ) { in flatprofline()
141 1e9 * ( np -> time + np -> childtime ) / hz / np -> ncall ); in flatprofline()
145 1e6 * ( np -> time + np -> childtime ) / hz / np -> ncall ); in flatprofline()
149 1000 * ( np -> time + np -> childtime ) / hz / np -> ncall ); in flatprofline()
150 } else if ( np -> time != 0 || np -> childtime != 0 ) { in flatprofline()
152 100 * np -> time / ( np -> time + np -> childtime ) , "" ); in flatprofline()
H A Darcs.c125 parentp -> childtime = 0.0; in doarcs()
310 arcp -> arc_childtime = childp -> childtime in timepropagate()
314 parentp -> childtime += share; in timepropagate()
329 parentp -> cyclehead -> childtime += share; in timepropagate()
337 childp -> time , childp -> childtime , in timepropagate()
390 cyclenlp -> childtime = 0.0; /* cumulative ticks in children */ in cyclelink()
H A Dgprof.h117 double childtime; /* cumulative ticks in children */ member