Home
last modified time | relevance | path

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

/developtools/hiperf/include/
H A Dsubcommand_stat.h133 static void MakeComments(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, std::string &commentStr);
136 static void PrintPerValue(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, const float &ratio,
138 static void InitPerMap(const std::unique_ptr<PerfEvents::ReportSum> &newPerMap,
H A Dperf_events.h422 struct ReportSum { struct in OHOS::Developtools::HiPerf::PerfEvents
/developtools/hiperf/src/
H A Dsubcommand_stat.cpp196 void SubCommandStat::PrintPerValue(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, const float &ratio, in PrintPerValue()
229 void SubCommandStat::InitPerMap(const std::unique_ptr<PerfEvents::ReportSum> &newPerMap, in InitPerMap()
263 std::map<std::string, std::unique_ptr<PerfEvents::ReportSum>> perMaps; in ReportDetailInfos()
274 auto perMap = std::make_unique<PerfEvents::ReportSum>(PerfEvents::ReportSum {}); in ReportDetailInfos()
364 void SubCommandStat::MakeComments(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, std::string &commentStr) in MakeComments()

Completed in 4 milliseconds