Home
last modified time | relevance | path

Searched refs:topEvents_ (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dplatform_monitor.cpp55 topEvents_[event->eventName_]++; in CollectEvent()
153 topEvents_.clear(); in GetDomainsStat()
299 if (topEvents_.size() <= topN) { in GetTopEvents()
300 for (auto it = topEvents_.begin(); it != topEvents_.end(); it++) { in GetTopEvents()
307 for (auto it = topEvents_.begin(); it != topEvents_.end(); it++) { in GetTopEvents()
312 for (auto it = topEvents_.begin(); it != topEvents_.end(); it++) { in GetTopEvents()
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dplatform_monitor.h132 std::map<std::string, uint32_t> topEvents_; member in OHOS::HiviewDFX::PlatformMonitor

Completed in 2 milliseconds