Home
last modified time | relevance | path

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

/developtools/hiperf/src/
H A Dsubcommand_stat.cpp431 __u64 cpuCyclesCount = 0; in GetDetailComments() local
432 bool other = FindPerCoreEventCount(summary, cpuCyclesCount, otherScale); in GetDetailComments()
434 comment += static_cast<double>(cpuCyclesCount) / summary.eventCount; in GetDetailComments()
514 __u64 cpuCyclesCount = 0; in GetComments() local
515 bool other = FindEventCount(countEvents, cpuSyclesName, it->second->id, cpuCyclesCount, in GetComments()
518 double cpi = static_cast<double>(cpuCyclesCount) / it->second->eventCount; in GetComments()

Completed in 2 milliseconds