Lines Matching refs:otherScale
420 double otherScale = 1.0; in GetDetailComments() local
422 bool other = FindPerCoreEventCount(summary, cpuCyclesCount, otherScale); in GetDetailComments()
423 if (other || (IsMonitoredAtAllTime(otherScale) && IsMonitoredAtAllTime(scale))) { in GetDetailComments()
429 double otherScale = 1.0; in GetDetailComments() local
431 bool other = FindPerCoreEventCount(summary, branchInstructionsCount, otherScale); in GetDetailComments()
432 if ((other || (IsMonitoredAtAllTime(otherScale) && IsMonitoredAtAllTime(scale))) && in GetDetailComments()
503 double otherScale = 1.0; in GetComments() local
506 otherScale); in GetComments()
507 if (other || (IsMonitoredAtAllTime(otherScale) && IsMonitoredAtAllTime(scale))) { in GetComments()
516 double otherScale = 1.0; in GetComments() local
519 branchInstructionsCount, otherScale); in GetComments()
520 if ((other || (IsMonitoredAtAllTime(otherScale) && IsMonitoredAtAllTime(scale))) && in GetComments()