Home
last modified time | relevance | path

Searched refs:lastEventTime (Results 1 – 1 of 1) sorted by relevance

/art/tools/dmtracedump/
Dtracedump.cc205 uint64_t lastEventTime; member
2072 pStack->lastEventTime = currentTime; in parseDataKeys()
2110 caller->elapsedExclusive += currentTime - pStack->lastEventTime; in parseDataKeys()
2115 pStack->lastEventTime, in parseDataKeys()
2116 currentTime - pStack->lastEventTime); in parseDataKeys()
2119 caller->topExclusive += currentTime - pStack->lastEventTime; in parseDataKeys()
2155 method->elapsedExclusive += currentTime - pStack->lastEventTime; in parseDataKeys()
2157 method->topExclusive += currentTime - pStack->lastEventTime; in parseDataKeys()
2161 pStack->lastEventTime = currentTime; in parseDataKeys()
2176 sumThreadTime += pStack->lastEventTime - pStack->threadStartTime; in parseDataKeys()
[all …]