Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/sysevent_source/
Dplatform_monitor.cpp147 perfMeasure.domainCounts.emplace_back(it->second); in GetDomainsStat()
227 eventCreator.SetKeyValue("DOMAIN_DETAIL", perfMeasure.domainCounts); in CreateProfileReport()
355 std::vector<uint32_t> domainCounts; in ReportBreakProfile() local
356 GetTopDomains(domains, domainCounts); in ReportBreakProfile()
368 eventCreator.SetKeyValue("TOP_DOMAIN_COUNT", domainCounts); in ReportBreakProfile()
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
Dplatform_monitor.h37 std::vector<uint32_t> domainCounts; member