Searched refs:cpi (Results 1 – 1 of 1) sorted by relevance
508 double cpi = static_cast<double>(cpuCyclesCount) / it->second->eventCount; in GetComments() local509 comments[configName] = StringPrintf("%lf cycles per instruction", cpi); in GetComments()