Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_stat.cpp206 std::string commentStr; in PrintPerValue() local
207 FormatComments(reportSum, commentStr); in PrintPerValue()
210 … reportSum->threadName.c_str(), reportSum->pid, reportSum->tid, reportSum->cpu, commentStr.c_str(), 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()
357 …t::FormatComments(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, std::string &commentStr) in FormatComments() argument
363 commentStr = StringPrintf("%lf cpus used", reportSum->commentSum); in FormatComments()
367 commentStr = StringPrintf("%lf GHz", reportSum->commentSum); in FormatComments()
371 commentStr = StringPrintf("%lf cycles per instruction", reportSum->commentSum); in FormatComments()
375 commentStr = StringPrintf("%lf miss rate", reportSum->commentSum); in FormatComments()
[all …]
/developtools/hiperf/include/
Dsubcommand_stat.h131 …d FormatComments(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, std::string &commentStr);