Searched refs:reportSum (Results 1 - 2 of 2) sorted by relevance
/developtools/hiperf/src/ |
H A D | subcommand_stat.cpp | 196 void SubCommandStat::PrintPerValue(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, const float &ratio, in PrintPerValue() argument 199 if (reportSum == nullptr) { in PrintPerValue() 203 std::string strEventCount = std::to_string(reportSum->eventCountSum); in PrintPerValue() 212 MakeComments(reportSum, commentStr); in PrintPerValue() 216 reportSum->threadName.c_str(), reportSum->pid, reportSum->tid, reportSum->cpu, commentStr.c_str(), in PrintPerValue() 217 reportSum->scaleSum * ratio); in PrintPerValue() 220 reportSum in PrintPerValue() 364 MakeComments(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, std::string &commentStr) MakeComments() argument [all...] |
/developtools/hiperf/include/ |
H A D | subcommand_stat.h | 133 static void MakeComments(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, std::string &commentStr); 136 static void PrintPerValue(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, const float &ratio,
|
Completed in 2 milliseconds