Home
last modified time | relevance | path

Searched refs:otherScale (Results 1 – 1 of 1) sorted by relevance

/developtools/hiperf/src/
Dsubcommand_stat.cpp425 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
[all …]