Searched refs:childtime (Results 1 – 3 of 3) sorted by relevance
133 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()
131 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()
119 double childtime; /* cumulative ticks in children */ member