Searched refs:cpusPresent (Results 1 – 1 of 1) sorted by relevance
71 private int cpusPresent; field in CpuMonitor98 cpusPresent = 1 + scanner.nextInt(); in init()111 cpuFreq = new long [cpusPresent]; in init()112 maxPath = new String [cpusPresent]; in init()113 curPath = new String [cpusPresent]; in init()114 for (int i = 0; i < cpusPresent; i++) { in init()142 for (int i = 0; i < cpusPresent; i++) { in sampleCpuUtilization()