Home | History | Annotate | Download | only in dmtracedump

Lines Matching defs:e2

2658             uint64_t e2 = ptr->method2->elapsedExclusive;
2660 ptr->differenceExclusive = e2 - e1;
2661 ptr->differenceExclusivePercentage = ((double)e2 / (double)e1) * 100.0;