Home
last modified time | relevance | path

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

/hardware/google/pixel/perfstatsd/
Dcpu_usage.cpp46 mTopcount = TOP_PROCESS_COUNT; in CpuUsage()
68 mTopcount = val; in setOptions()
69 LOG(INFO) << "set top count " << mTopcount; in setOptions()
142 for (uint32_t count = 0; !procList.empty() && count < mTopcount; count++) { in profileProcess()
/hardware/google/pixel/perfstatsd/include/
Dcpu_usage.h62 uint32_t mTopcount; variable