Home
last modified time | relevance | path

Searched refs:reportSum (Results 1 - 2 of 2) sorted by relevance

/developtools/hiperf/src/
H A Dsubcommand_stat.cpp196 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 Dsubcommand_stat.h133 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