Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dplatform_monitor.h84 uint32_t totalSizeBenchMark_ = 200 * 1024 * 1024; // 200M member in OHOS::HiviewDFX::PlatformMonitor
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dplatform_monitor.cpp371 if (SysEvent::totalSize_ <= totalSizeBenchMark_) { in Breaking()
378 int64_t recoveryBenchMark = static_cast<int64_t>(totalSizeBenchMark_ * 0.8); // 0.8 of total size will recover in Breaking()
401 monitorConfig.ReadParam("totalSizeBenchMark", totalSizeBenchMark_); in InitData()

Completed in 2 milliseconds