Lines Matching refs:elapsed
321 * 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 times of two methods are equal, then sort them
1359 * elapsed time so that we can assign the method indices.
1365 /* Sort the methods into decreasing order of exclusive elapsed time. */
1372 printf("Exclusive elapsed times for each method, not including time spent in\n");
1500 /* Sort the methods into decreasing order of inclusive elapsed time. */
1503 printf("\nInclusive elapsed times for each method and its parents and children,\n");
1681 printf("\nExclusive elapsed time for each class, summed over all the methods\n");
1891 printf("\nExclusive elapsed time for each method, summed over all the classes\n");
2153 uint64_t elapsed = currentTime - entryTime;
2154 addInclusiveTime(caller, method, elapsed);
2188 uint64_t elapsed = pStack->lastEventTime - entryTime;
2189 addInclusiveTime(caller, method, elapsed);