Searched refs:mProfileThreshold (Results 1 – 2 of 2) sorted by relevance
45 mProfileThreshold = CPU_USAGE_PROFILE_THRESHOLD; in CpuUsage()59 mProfileThreshold = val; in setOptions()60 LOG(INFO) << "set profile threshold " << mProfileThreshold; in setOptions()265 if (mTotalRatio >= mProfileThreshold) { in refresh()267 LOG(INFO) << "Total CPU usage over " << mProfileThreshold << "%"; in refresh()
61 uint32_t mProfileThreshold; variable