Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_stat.cpp421 __u64 cpuCyclesCount = 0; in GetDetailComments() local
422 bool other = FindPerCoreEventCount(summary, cpuCyclesCount, otherScale); in GetDetailComments()
424 comment += static_cast<double>(cpuCyclesCount) / summary.eventCount; in GetDetailComments()
504 __u64 cpuCyclesCount = 0; in GetComments() local
505 bool other = FindEventCount(countEvents, cpuSyclesName, it->second->id, cpuCyclesCount, in GetComments()
508 double cpi = static_cast<double>(cpuCyclesCount) / it->second->eventCount; in GetComments()