Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_stat.cpp195 void SubCommandStat::PrintPerValue(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, const f… in PrintPerValue() argument
199 std::string strEventCount = std::to_string(reportSum->eventCountSum); in PrintPerValue()
207 FormatComments(reportSum, commentStr); in PrintPerValue()
210reportSum->threadName.c_str(), reportSum->pid, reportSum->tid, reportSum->cpu, commentStr.c_str(), in PrintPerValue()
211 reportSum->scaleSum * ratio); in PrintPerValue()
214 reportSum->cpu, commentStr.c_str(), reportSum->scaleSum * ratio); in PrintPerValue()
217 reportSum->threadName.c_str(), reportSum->pid, reportSum->tid, commentStr.c_str(), in PrintPerValue()
218 reportSum->scaleSum * ratio); in PrintPerValue()
357 void SubCommandStat::FormatComments(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, std::s… in FormatComments() argument
359 if (reportSum->commentSum == 0) { in FormatComments()
[all …]
/developtools/hiperf/include/
Dsubcommand_stat.h131 …static void FormatComments(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, std::string &c…
134 …static void PrintPerValue(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, const float &ra…