Searched refs:nCalls (Results 1 – 1 of 1) sorted by relevance
/art/tools/dmtracedump/ |
D | tracedump.cc | 1275 int32_t nCalls = numCalls; in printInclusiveMethod() local 1276 if (nCalls == 0) nCalls = relative->numCalls[0] + relative->numCalls[1]; in printInclusiveMethod() 1281 "", space_ptr, buf, anchor_close, pTimed->numCalls, nCalls, in printInclusiveMethod() 1285 "", per, space_ptr, buf, anchor_close, pTimed->numCalls, nCalls, in printInclusiveMethod() 1292 space_ptr, buf, anchor_close, pTimed->numCalls, nCalls, in printInclusiveMethod() 1296 per, space_ptr, buf, anchor_close, pTimed->numCalls, nCalls, in printInclusiveMethod()
|