Searched refs:mTopcount (Results 1 – 2 of 2) sorted by relevance
46 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()
62 uint32_t mTopcount; variable