Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dplatform_monitor.h56 PlatformMonitor(): maxTotalCount_(0), maxTotalSize_(0), looper_(nullptr) {} in PlatformMonitor()
100 std::atomic<uint32_t> maxTotalSize_; member in OHOS::HiviewDFX::PlatformMonitor
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dplatform_monitor.cpp95 if (maxTotalSize_ < SysEvent::totalSize_) { in CollectPerfProfiler()
96 maxTotalSize_.store(SysEvent::totalSize_); in CollectPerfProfiler()
133 HIVIEW_LOGD("maxTotalCount_=%{public}u, maxTotalSize_=%{public}u, totalCount_=%{public}u, totalSize_=%{public}u, " in CollectPerfProfiler()
138 maxTotalCount_.load(), maxTotalSize_.load(), totalCount_, totalSize_, in CollectPerfProfiler()
199 perfMeasure.maxTotalSize = maxTotalSize_.load(); in GetMaxTotalMeasure()
200 maxTotalSize_.store(0); in GetMaxTotalMeasure()

Completed in 2 milliseconds