Home | History | Annotate | Download | only in dmtracedump

Lines Matching refs:elapsed

327  * methods into decreasing order of exclusive elapsed time.
342 /* If the elapsed times of two methods are equal, then sort them
365 * methods into decreasing order of inclusive elapsed time.
381 /* If the elapsed times of two methods are equal, then sort them
404 * TimedMethods into decreasing order of inclusive elapsed time.
420 /* If the elapsed times of two methods are equal, then sort them
467 * classes into decreasing order of exclusive elapsed time.
482 /* If the elapsed times of two classs are equal, then sort them
532 * unique methods into decreasing order of exclusive elapsed time.
547 /* If the elapsed times of two methods are equal, then sort them
1553 * elapsed time so that we can assign the method indices.
1560 /* Sort the methods into decreasing order of exclusive elapsed time.
1569 printf("Exclusive elapsed times for each method, not including time spent in\n");
1713 /* Sort the methods into decreasing order of inclusive elapsed time. */
1717 printf("\nInclusive elapsed times for each method and its parents and children,\n");
1918 printf("\nExclusive elapsed time for each class, summed over all the methods\n");
2149 printf("\nExclusive elapsed time for each method, summed over all the classes\n");
2424 uint64_t elapsed = currentTime - entryTime;
2425 addInclusiveTime(caller, method, elapsed);
2462 uint64_t elapsed = pStack->lastEventTime - entryTime;
2463 addInclusiveTime(caller, method, elapsed);