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
2076 pStack->lastEventTime = currentTime; in parseDataKeys()
2114 caller->elapsedExclusive += currentTime - pStack->lastEventTime; in parseDataKeys()
2119 pStack->lastEventTime, in parseDataKeys()
2120 currentTime - pStack->lastEventTime); in parseDataKeys()
2123 caller->topExclusive += currentTime - pStack->lastEventTime; in parseDataKeys()
2159 method->elapsedExclusive += currentTime - pStack->lastEventTime; in parseDataKeys()
2161 method->topExclusive += currentTime - pStack->lastEventTime; in parseDataKeys()
2165 pStack->lastEventTime = currentTime; in parseDataKeys()
2180 sumThreadTime += pStack->lastEventTime - pStack->threadStartTime; in parseDataKeys()
[all …]