Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/unified_collector/task/
H A Dcpu_collection_task.cpp32 double cpuLoadThreshold = 0.0; member
93 if (!item.hasOverThreshold && cpuLoad >= item.cpuLoadThreshold) { in CheckAndDumpTraceData()
100 if (item.hasOverThreshold && cpuLoad < item.cpuLoadThreshold) { in CheckAndDumpTraceData()

Completed in 1 milliseconds