Lines Matching defs:otherScale
430 double otherScale = 1.0;
432 bool other = FindPerCoreEventCount(summary, cpuCyclesCount, otherScale);
433 if (other || (IsMonitoredAtAllTime(otherScale) && IsMonitoredAtAllTime(scale))) {
439 double otherScale = 1.0;
441 bool other = FindPerCoreEventCount(summary, branchInstructionsCount, otherScale);
442 if ((other || (IsMonitoredAtAllTime(otherScale) && IsMonitoredAtAllTime(scale))) &&
513 double otherScale = 1.0;
516 otherScale);
517 if (other || (IsMonitoredAtAllTime(otherScale) && IsMonitoredAtAllTime(scale))) {
526 double otherScale = 1.0;
529 branchInstructionsCount, otherScale);
530 if ((other || (IsMonitoredAtAllTime(otherScale) && IsMonitoredAtAllTime(scale))) &&