Searched refs:TimedMethod (Results 1 – 1 of 1) sorted by relevance
136 typedef struct TimedMethod { struct137 struct TimedMethod *next; argument141 } TimedMethod; typedef172 struct TimedMethod *parents[2]; /* 0=normal, 1=recursive */173 struct TimedMethod *children[2]; /* 0=normal, 1=recursive */407 const TimedMethod *timedA, *timedB; in compareTimedMethod()411 timedA = (TimedMethod const *)a; in compareTimedMethod()412 timedB = (TimedMethod const *)b; in compareTimedMethod()1286 TimedMethod *pTimed; in addInclusiveTime()1315 TimedMethod *children = parent->children[parentIsRecursive]; in addInclusiveTime()[all …]