HomeSort by relevance Sort by last modified time
    Searched full:num_processors (Results 1 - 7 of 7) sorted by null

  /cts/hostsidetests/security/securityPatch/Bug-35644812/
poc.c 54 int num_processors = sysconf(_SC_NPROCESSORS_CONF); local
59 for (int i = 0; i < num_processors; i++) {
  /external/vogar/src/vogar/tasks/
PrepareTarget.java 44 for (int i = 0; i < Vogar.NUM_PROCESSORS; i++) {
  /external/autotest/server/site_tests/enterprise_CFM_Perf/
enterprise_CFM_Perf.py 473 num_processors = self._get_data_from_jmifile('cpu_processors', jmidata)
480 cpu_percentage = avg_total_cpu/num_processors if num_processors else 0
481 render_cpu_percent = (avg_render_cpu/num_processors
482 if num_processors else 0)
484 cpu_usage = ([value / num_processors for value in total_cpu]
485 if num_processors else 0)
486 render_cpu_usage = ([value / num_processors for value in render_cpu]
487 if num_processors else 0)
  /external/autotest/server/cros/
cfm_jmidata_v3_helper.py 40 NUM_PROCESSORS = u'numOfProcessors'
226 return self.GetCpuUsageList(NUM_PROCESSORS)
  /external/fio/os/windows/
posix.c 122 DWORD num_processors = 0; local
144 num_processors += hweight64(processor_info[i].ProcessorMask);
148 return num_processors;
  /external/vogar/src/vogar/
Run.java 145 : Vogar.NUM_PROCESSORS;
Vogar.java 43 public static final int NUM_PROCESSORS = Runtime.getRuntime().availableProcessors();
395 System.out.println(" where N is the number of processors on the host (" + NUM_PROCESSORS + "). ");

Completed in 603 milliseconds