Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/gprof/
HDprintgprof.c133 np -> childtime == 0 ) { in flatprofline()
147 1e9 * ( np -> time + np -> childtime ) / hz / np -> ncall ); in flatprofline()
151 1e6 * ( np -> time + np -> childtime ) / hz / np -> ncall ); in flatprofline()
155 1000 * ( np -> time + np -> childtime ) / hz / np -> ncall ); in flatprofline()
156 } else if ( np -> time != 0 || np -> childtime != 0 ) { in flatprofline()
158 100 * np -> time / ( np -> time + np -> childtime ) , "" ); in flatprofline()
HDarcs.c131 parentp -> childtime = 0.0; in doarcs()
316 arcp -> arc_childtime = childp -> childtime in timepropagate()
320 parentp -> childtime += share; in timepropagate()
335 parentp -> cyclehead -> childtime += share; in timepropagate()
343 childp -> time , childp -> childtime , in timepropagate()
396 cyclenlp -> childtime = 0.0; /* cumulative ticks in children */ in cyclelink()
HDgprof.h119 double childtime; /* cumulative ticks in children */ member