Home
last modified time | relevance | path

Searched refs:maxTotalCount_ (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()
99 std::atomic<uint32_t> maxTotalCount_; member in OHOS::HiviewDFX::PlatformMonitor
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dplatform_monitor.cpp92 if (maxTotalCount_ < SysEvent::totalCount_) { in CollectPerfProfiler()
93 maxTotalCount_.store(SysEvent::totalCount_); 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()
196 perfMeasure.maxTotalCount = maxTotalCount_.load(); in GetMaxTotalMeasure()
197 maxTotalCount_.store(0); in GetMaxTotalMeasure()

Completed in 2 milliseconds