Searched refs:threadCpuStatPath (Results 1 – 1 of 1) sorted by relevance
321 final Path threadCpuStatPath = threadDirectory.resolve(CPU_STATISTICS_FILENAME); in getThreadCpuUsage() local322 final long[] cpuUsagesLong = mProcTimeInStateReader.getUsageTimesMillis(threadCpuStatPath); in getThreadCpuUsage()