Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/task/
H A Dcpu_perf_dump.cpp31 const int TOP_N_PROCESS = 3; variable
108 …size_t middlePos = (cpuCollectionInfos.size() >= TOP_N_PROCESS) ? TOP_N_PROCESS : cpuCollectionInf… in CheckAndDumpPerfData()
122 if (topNProcs_.size() >= TOP_N_PROCESS) { in CheckAndDumpPerfData()