Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/sysevent_source/
Dplatform_monitor.cpp53 topEvents_[event->eventName_]++; in CollectEvent()
150 topEvents_.clear(); in GetDomainsStat()
309 if (topEvents_.size() <= topN) { in GetTopEvents()
310 for (auto it = topEvents_.begin(); it != topEvents_.end(); it++) { in GetTopEvents()
317 for (auto it = topEvents_.begin(); it != topEvents_.end(); it++) { in GetTopEvents()
322 for (auto it = topEvents_.begin(); it != topEvents_.end(); it++) { in GetTopEvents()
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
Dplatform_monitor.h132 std::map<std::string, uint32_t> topEvents_; variable