Home
last modified time | relevance | path

Searched refs:ReportSum (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/include/
Dsubcommand_stat.h131 …static void MakeComments(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, std::string &com…
134 …static void PrintPerValue(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, const float &ra…
136 static void InitPerMap(const std::unique_ptr<PerfEvents::ReportSum> &newPerMap,
Dperf_events.h408 struct ReportSum { struct
/developtools/hiperf/src/
Dsubcommand_stat.cpp189 void SubCommandStat::PrintPerValue(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, const f… in PrintPerValue()
222 void SubCommandStat::InitPerMap(const std::unique_ptr<PerfEvents::ReportSum> &newPerMap, in InitPerMap()
258 std::map<std::string, std::unique_ptr<PerfEvents::ReportSum>> perMaps; in ReportDetailInfos()
269 auto perMap = std::make_unique<PerfEvents::ReportSum>(PerfEvents::ReportSum {}); in ReportDetailInfos()
361 void SubCommandStat::MakeComments(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, std::str… in MakeComments()