Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_stat.cpp508 double cpi = static_cast<double>(cpuCyclesCount) / it->second->eventCount; in GetComments() local
509 comments[configName] = StringPrintf("%lf cycles per instruction", cpi); in GetComments()