Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp67 constexpr double storeFilteringThresholdOfCpuLoad = 0.0005; // 0.05% in IsValidCpuLoad() local
68 return cpuCollectionInfo.cpuLoad >= storeFilteringThresholdOfCpuLoad; in IsValidCpuLoad()