Searched refs:NUM_PROCESSORS (Results 1 – 4 of 4) sorted by relevance
44 for (int i = 0; i < Vogar.NUM_PROCESSORS; i++) { in execute()
40 NUM_PROCESSORS = u'numOfProcessors' variable226 return self.GetCpuUsageList(NUM_PROCESSORS)
43 public static final int NUM_PROCESSORS = Runtime.getRuntime().availableProcessors(); field in Vogar395 …em.out.println(" where N is the number of processors on the host (" + NUM_PROCESSORS + "). "); in printUsage()
145 : Vogar.NUM_PROCESSORS; in Run()