Lines Matching full:method2
227 MethodEntry* method2;
3372 ptr->method2 = methods2[match];
3375 uint64_t e2 = ptr->method2->elapsedExclusive;
3382 uint64_t i2 = ptr->method2->elapsedInclusive;
3398 ptr->method2 = NULL;
3421 while (ptr->method1 != NULL && ptr->method2 != NULL) {
3433 printf("%llu ", ptr->method2->elapsedExclusive);
3445 printf("%d\n", ptr->method2->numCalls[0]);
3464 while (ptr->method1 != NULL && ptr->method2 != NULL) {
3476 printf("%llu ", ptr->method2->elapsedInclusive);
3488 printf("%d\n", ptr->method2->numCalls[0]);