Lines Matching refs:ThreadCpuUsage
37 bool ThreadCpuUsage::setEnabled(bool isEnabled) in setEnabled()
82 bool ThreadCpuUsage::sampleAndEnable(double& ns) in sampleAndEnable()
102 bool ThreadCpuUsage::sample(double &ns) in sample()
133 long long ThreadCpuUsage::elapsed() const in elapsed()
156 void ThreadCpuUsage::resetElapsed() in resetElapsed()
170 int ThreadCpuUsage::sScalingFds[ThreadCpuUsage::MAX_CPU];
171 pthread_once_t ThreadCpuUsage::sOnceControl = PTHREAD_ONCE_INIT;
172 int ThreadCpuUsage::sKernelMax;
173 pthread_mutex_t ThreadCpuUsage::sMutex = PTHREAD_MUTEX_INITIALIZER;
176 void ThreadCpuUsage::init() in init()
210 uint32_t ThreadCpuUsage::getCpukHz(int cpuNum) in getCpukHz()