Searched refs:reportSum (Results 1 – 2 of 2) sorted by relevance
| /developtools/hiperf/src/ |
| D | subcommand_stat.cpp | 189 void SubCommandStat::PrintPerValue(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, const f… in PrintPerValue() argument 193 std::string strEventCount = std::to_string(reportSum->eventCountSum); in PrintPerValue() 202 MakeComments(reportSum, commentStr); in PrintPerValue() 206 … reportSum->threadName.c_str(), reportSum->pid, reportSum->tid, reportSum->cpu, commentStr.c_str(), in PrintPerValue() 207 reportSum->scaleSum * ratio); in PrintPerValue() 210 reportSum->cpu, commentStr.c_str(), reportSum->scaleSum * ratio); in PrintPerValue() 213 reportSum->threadName.c_str(), reportSum->pid, reportSum->tid, commentStr.c_str(), in PrintPerValue() 214 reportSum->scaleSum * ratio); in PrintPerValue() 352 void SubCommandStat::MakeComments(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, std::str… in MakeComments() argument 354 if (reportSum->commentSum == 0) { in MakeComments() [all …]
|
| /developtools/hiperf/include/ |
| D | subcommand_stat.h | 131 …static void MakeComments(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, std::string &com… 134 …static void PrintPerValue(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, const float &ra…
|