Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_stat.cpp435 __u64 branchInstructionsCount = 0; in GetDetailComments() local
436 bool other = FindPerCoreEventCount(summary, branchInstructionsCount, otherScale); in GetDetailComments()
438 branchInstructionsCount != 0) { in GetDetailComments()
439 … comment += (static_cast<double>(summary.eventCount) / branchInstructionsCount) * ONE_HUNDRED; in GetDetailComments()
522 __u64 branchInstructionsCount = 0; in GetComments() local
524 branchInstructionsCount, otherScale); in GetComments()
526 branchInstructionsCount != 0) { in GetComments()
528 static_cast<double>(it->second->eventCount) / branchInstructionsCount; in GetComments()