Searched refs:currentTime (Results 1 – 1 of 1) sorted by relevance
/art/tools/dmtracedump/ |
D | tracedump.cc | 2062 uint64_t currentTime; in parseDataKeys() local 2063 if (readDataRecord(dataFp, &dataHeader, &threadId, &methodVal, ¤tTime)) in parseDataKeys() 2076 pStack->lastEventTime = currentTime; in parseDataKeys() 2077 pStack->threadStartTime = currentTime; in parseDataKeys() 2088 threadId, currentTime, action, pStack->threadStartTime, in parseDataKeys() 2094 threadId, currentTime, action, pStack->threadStartTime, in parseDataKeys() 2114 caller->elapsedExclusive += currentTime - pStack->lastEventTime; in parseDataKeys() 2118 caller->elapsedExclusive, currentTime, in parseDataKeys() 2120 currentTime - pStack->lastEventTime); in parseDataKeys() 2123 caller->topExclusive += currentTime - pStack->lastEventTime; in parseDataKeys() [all …]
|