Lines Matching refs:otherScale
425 double otherScale = 1.0; in GetDetailComments() local
427 bool other = FindPerCoreEventCount(summary, cpuCyclesCount, otherScale); in GetDetailComments()
428 if (other || (IsMonitoredAtAllTime(otherScale) && IsMonitoredAtAllTime(scale))) { in GetDetailComments()
434 double otherScale = 1.0; in GetDetailComments() local
436 bool other = FindPerCoreEventCount(summary, branchInstructionsCount, otherScale); in GetDetailComments()
437 if ((other || (IsMonitoredAtAllTime(otherScale) && IsMonitoredAtAllTime(scale))) && in GetDetailComments()
508 double otherScale = 1.0; in GetComments() local
511 otherScale); in GetComments()
512 if (other || (IsMonitoredAtAllTime(otherScale) && IsMonitoredAtAllTime(scale))) { in GetComments()
521 double otherScale = 1.0; in GetComments() local
524 branchInstructionsCount, otherScale); in GetComments()
525 if ((other || (IsMonitoredAtAllTime(otherScale) && IsMonitoredAtAllTime(scale))) && in GetComments()