Home
last modified time | relevance | path

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

/hardware/google/pixel/perfstatsd/
Dcpu_usage.cpp45 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()
/hardware/google/pixel/perfstatsd/include/
Dcpu_usage.h61 uint32_t mProfileThreshold; variable