Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/sysevent_source/include/
Dplatform_monitor.h82 uint32_t collectPeriod_ = 5 * TimeUtil::SECONDS_PER_MINUTE; // 5 minute variable
/base/hiviewdfx/hiview/plugins/sysevent_source/
Dplatform_monitor.cpp416 monitorConfig.ReadParam("collectPeriod", collectPeriod_); in InitData()
434 looper_->AddTimerEvent(nullptr, nullptr, collectTask, collectPeriod_, true); in StartMonitor()