Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/unified_collector/task/
H A Dcpu_collection_task.cpp33 bool hasOverThreshold = false; member
93 if (!item.hasOverThreshold && cpuLoad >= item.cpuLoadThreshold) { in CheckAndDumpTraceData()
95 item.hasOverThreshold = true; in CheckAndDumpTraceData()
100 if (item.hasOverThreshold && cpuLoad < item.cpuLoadThreshold) { in CheckAndDumpTraceData()
104 item.hasOverThreshold = false; in CheckAndDumpTraceData()

Completed in 1 milliseconds