Searched refs:currentTime (Results 1 – 1 of 1) sorted by relevance
/art/tools/dmtracedump/ |
D | tracedump.cc | 2058 uint64_t currentTime; in parseDataKeys() local 2059 if (readDataRecord(dataFp, &dataHeader, &threadId, &methodVal, ¤tTime)) in parseDataKeys() 2072 pStack->lastEventTime = currentTime; in parseDataKeys() 2073 pStack->threadStartTime = currentTime; in parseDataKeys() 2084 threadId, currentTime, action, pStack->threadStartTime, in parseDataKeys() 2090 threadId, currentTime, action, pStack->threadStartTime, in parseDataKeys() 2110 caller->elapsedExclusive += currentTime - pStack->lastEventTime; in parseDataKeys() 2114 caller->elapsedExclusive, currentTime, in parseDataKeys() 2116 currentTime - pStack->lastEventTime); in parseDataKeys() 2119 caller->topExclusive += currentTime - pStack->lastEventTime; in parseDataKeys() [all …]
|