Searched refs:ThreadCpuUsage (Results 1 – 5 of 5) sorted by relevance
31 bool ThreadCpuUsage::setEnabled(bool isEnabled) in setEnabled()76 bool ThreadCpuUsage::sampleAndEnable(double& ns) in sampleAndEnable()96 bool ThreadCpuUsage::sample(double &ns) in sample()127 long long ThreadCpuUsage::elapsed() const in elapsed()150 void ThreadCpuUsage::resetElapsed() in resetElapsed()164 int ThreadCpuUsage::sScalingFds[ThreadCpuUsage::MAX_CPU];165 pthread_once_t ThreadCpuUsage::sOnceControl = PTHREAD_ONCE_INIT;166 int ThreadCpuUsage::sKernelMax;167 pthread_mutex_t ThreadCpuUsage::sMutex = PTHREAD_MUTEX_INITIALIZER;170 void ThreadCpuUsage::init() in init()[all …]
7 ThreadCpuUsage.cpp
37 class ThreadCpuUsage41 ThreadCpuUsage() : in ThreadCpuUsage() function55 ~ThreadCpuUsage() { } in ~ThreadCpuUsage()
75 ThreadCpuUsage mTcu; // for reading the current CPU clock frequency in kHz
326 ThreadCpuUsage mCpuUsage; // instantaneous thread CPU usage in wall clock ns