Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp78 constexpr double storeFilteringThresholdOfCpuUsage = 0.0005; // 0.05% in IsValidCpuUsage() local
79 return cpuCollectionInfo.cpuUsage >= storeFilteringThresholdOfCpuUsage; in IsValidCpuUsage()