Searched refs:TimedMethod (Results 1 – 1 of 1) sorted by relevance
138 typedef struct TimedMethod { struct139 struct TimedMethod* next; argument143 } TimedMethod; argument174 struct TimedMethod* parents[2]; /* 0=normal, 1=recursive */175 struct TimedMethod* children[2]; /* 0=normal, 1=recursive */384 const TimedMethod* timedA = (TimedMethod const*) a; in compareTimedMethod()385 const TimedMethod* timedB = (TimedMethod const*) b; in compareTimedMethod()1162 TimedMethod* pTimed; in addInclusiveTime()1163 TimedMethod* children = parent->children[parentIsRecursive]; in addInclusiveTime()1173 pTimed = new TimedMethod(); in addInclusiveTime()[all …]