Searched refs:relative (Results 1 – 1 of 1) sorted by relevance
1260 MethodEntry* relative = pTimed->method; in printInclusiveMethod() local1261 const char* className = relative->className; in printInclusiveMethod()1262 const char* methodName = relative->methodName; in printInclusiveMethod()1263 const char* signature = relative->signature; in printInclusiveMethod()1265 sprintf(buf, "[%d]", relative->index); in printInclusiveMethod()1269 sprintf(buf, "<a href=\"#m%d\">[%d]", relative->index, relative->index); in printInclusiveMethod()1276 if (nCalls == 0) nCalls = relative->numCalls[0] + relative->numCalls[1]; in printInclusiveMethod()1277 if (relative->methodName) { in printInclusiveMethod()