Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_stat.cpp201 std::string commentStr; in PrintPerValue() local
202 MakeComments(reportSum, commentStr); in PrintPerValue()
206 … reportSum->threadName.c_str(), reportSum->pid, reportSum->tid, reportSum->cpu, commentStr.c_str(), 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()
352 …tat::MakeComments(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, std::string &commentStr) in MakeComments() argument
358 commentStr = StringPrintf("%lf cpus used", reportSum->commentSum); in MakeComments()
362 commentStr = StringPrintf("%lf GHz", reportSum->commentSum); in MakeComments()
366 commentStr = StringPrintf("%lf cycles per instruction", reportSum->commentSum); in MakeComments()
370 commentStr = StringPrintf("%lf miss rate", reportSum->commentSum); in MakeComments()
[all …]
/developtools/hiperf/include/
Dsubcommand_stat.h131 …oid MakeComments(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, std::string &commentStr);