Searched defs:cpu (Results 1 – 7 of 7) sorted by relevance
59 optional int32 cpu = 1; // 400% cpu indicates 4 cores field80 optional float cpu = 6; // precentage of cpu usage of the task field
609 optional Cpu cpu = 7; field
72 final CpuProfile cpu = (CpuProfile)profile.getComponent(Component.CPU); in testReadGood() local
158 int cpu = sysconf(_SC_NPROCESSORS_CONF); in init() local
160 optional int32 cpu = 1; field
639 int cpu = cumulativeCpuUsageStats.keyAt(i); in readLatestCpuUsageStats() local
1334 for (int cpu = 1; cpu < get_nprocs_conf(); ++cpu) { in llkInit() local