Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_stat.cpp430 __u64 branchInstructionsCount = 0; in GetDetailComments() local
431 bool other = FindPerCoreEventCount(summary, branchInstructionsCount, otherScale); in GetDetailComments()
433 branchInstructionsCount != 0) { in GetDetailComments()
434 … comment += (static_cast<double>(summary.eventCount) / branchInstructionsCount) * ONE_HUNDRED; in GetDetailComments()
517 __u64 branchInstructionsCount = 0; in GetComments() local
519 branchInstructionsCount, otherScale); in GetComments()
521 branchInstructionsCount != 0) { in GetComments()
523 static_cast<double>(it->second->eventCount) / branchInstructionsCount; in GetComments()