Searched defs:elapsed (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dtrace.cc680 // Compute elapsed time.
681 uint64_t elapsed = MicroTime() - start_time_; local
697 os << StringPrintf("elapsed-time-usec=%" PRIu64 "\n", elapsed);
/art/tools/dmtracedump/
H A Dtracedump.cc321 * methods into decreasing order of exclusive elapsed time.
331 /* If the elapsed times of two methods are equal, then sort them
351 * methods into decreasing order of inclusive elapsed time.
361 /* If the elapsed times of two methods are equal, then sort them
381 * TimedMethods into decreasing order of inclusive elapsed time.
391 /* If the elapsed times of two methods are equal, then sort them
431 * classes into decreasing order of exclusive elapsed time.
441 /* If the elapsed times of two classs are equal, then sort them
485 * unique methods into decreasing order of exclusive elapsed time.
495 /* If the elapsed time
2153 uint64_t elapsed = currentTime - entryTime; local
2188 uint64_t elapsed = pStack->lastEventTime - entryTime; local
[all...]

Completed in 177 milliseconds