Home
last modified time | relevance | path

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

/aosp12/art/tools/dmtracedump/
H A Dtracedump.cc1385 double total = sumThreadTime; in printExclusiveProfile()
1516 double total = sumThreadTime; in printInclusiveProfile()
1728 double total = sumThreadTime; in printClassProfiles()
1938 double total = sumThreadTime; in printMethodProfiles()
2172 uint64_t sumThreadTime = 0; in parseDataKeys() local
2197 caller->elapsedInclusive = sumThreadTime; in parseDataKeys()
2204 *threadTime = sumThreadTime; in parseDataKeys()
2230 uint64_t sumThreadTime) { in profileTrace() argument
2241 printClassProfiles(traceData, sumThreadTime); in profileTrace()
2244 printMethodProfiles(traceData, sumThreadTime); in profileTrace()
[all …]