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 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…
136 static void InitPerMap(const std::unique_ptr<PerfEvents::ReportSum> &newPerMap,
Dperf_events.h408 struct ReportSum { struct
/developtools/hiperf/src/
Dsubcommand_stat.cpp195 void SubCommandStat::PrintPerValue(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, const f… in PrintPerValue()
223 void SubCommandStat::InitPerMap(const std::unique_ptr<PerfEvents::ReportSum> &newPerMap, in InitPerMap()
256 std::map<std::string, std::unique_ptr<PerfEvents::ReportSum>> perMaps; in ReportDetailInfos()
268 auto perMap = std::make_unique<PerfEvents::ReportSum>(PerfEvents::ReportSum {}); in ReportDetailInfos()
357 void SubCommandStat::FormatComments(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, std::s… in FormatComments()