Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/sysevent_source/include/
Dplatform_monitor.h56 PlatformMonitor(): maxTotalCount_(0), maxTotalSize_(0), looper_(nullptr) {} in PlatformMonitor()
100 std::atomic<uint32_t> maxTotalSize_; variable
/base/hiviewdfx/hiview/plugins/sysevent_source/
Dplatform_monitor.cpp92 if (maxTotalSize_ < SysEvent::totalSize_) { in CollectPerfProfiler()
93 maxTotalSize_.store(SysEvent::totalSize_); in CollectPerfProfiler()
135 maxTotalCount_.load(), maxTotalSize_.load(), totalCount_, totalSize_, in CollectPerfProfiler()
196 perfMeasure.maxTotalSize = maxTotalSize_.load(); in GetMaxTotalMeasure()
197 maxTotalSize_.store(0); in GetMaxTotalMeasure()