HomeSort by relevance Sort by last modified time
    Searched refs:utilization (Results 1 - 11 of 11) sorted by null

  /external/ltp/testcases/kernel/power_management/lib/
pm_sched_mc.py 451 ''' Generate report of CPU utilization
519 print "Generating utilization report failed: ", details
688 ''' Return cpu utilization of cpu_id
718 utilization = int(stats_percentage[l][1])
720 utilization += int(get_cpu_utilization("cpu%s" %sib_list[i]))
722 utilization = stats_percentage[l][1]
723 if utilization > 40:
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_fs.c 158 static void age_fs(ffsb_fs_t * fs, double utilization);
304 * record utilization
380 static void age_fs(ffsb_fs_t * fs, double utilization)
390 fs->start_fsutil, utilization);
396 pdata.util = utilization;
610 printf("\t current utilization = %.2f\%\n",
613 printf("\t desired utilization = %.2lf%\n",
  /prebuilts/go/darwin-x86/src/runtime/
mgc.go 326 // trigger based on the heap growth and GC CPU utilization each cycle.
328 // utilization between assist and background marking to be 25% of
398 // For example, if the overall mark utilization goal is 25%
462 // Compute the total mark utilization goal and divide it among
521 // mutator utilization, heap size, or assist time and it
567 // growth and GC CPU utilization. We compute the actual heap
569 // the goal CPU utilization we were (to estimate the heap
570 // growth if we had the desired CPU utilization). The
577 // Assume background mark hit its utilization goal.
578 utilization := gcGoalUtilizatio
    [all...]
proc.go 64 // but at the same time guarantees eventual maximal CPU parallelism utilization.
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgc.go 326 // trigger based on the heap growth and GC CPU utilization each cycle.
328 // utilization between assist and background marking to be 25% of
398 // For example, if the overall mark utilization goal is 25%
462 // Compute the total mark utilization goal and divide it among
521 // mutator utilization, heap size, or assist time and it
567 // growth and GC CPU utilization. We compute the actual heap
569 // the goal CPU utilization we were (to estimate the heap
570 // growth if we had the desired CPU utilization). The
577 // Assume background mark hit its utilization goal.
578 utilization := gcGoalUtilizatio
    [all...]
proc.go 64 // but at the same time guarantees eventual maximal CPU parallelism utilization.
    [all...]
  /external/netperf/src/
netcpu_pstat.c 26 # error Sorry, pstat() CPU utilization on 10.0 and later only
35 with a previous calibrarion to arrive at a CPU utilization
234 /* the one that the user want for the cpu utilization */
netcpu_pstatnew.c 34 interrupt. so, we can now use those to calculate CPU utilization
38 # error Sorry, pstat() CPU utilization on 10.0 and later only
56 with a previous calibrarion to arrive at a CPU utilization
70 or there will be strange things happening to CPU utilization. raj
241 /* the one that the user want for the cpu utilization */
276 caculate CPU utilization based on the ratio of idle to _real_
362 /* and finally, what is our CPU utilization? */
411 /* and finally, what is our CPU utilization? */
  /external/autotest/client/bin/
site_utils.py 493 def wait_for_idle_cpu(timeout, utilization):
494 """Waits for the CPU to become idle (< utilization).
498 utilization: The CPU usage below which the system should be considered
505 while fraction_active_time >= utilization:
515 logging.info('After waiting %.1fs CPU utilization is %.3f.',
526 logging.info('Wait for idle CPU took %.1fs (utilization = %.3f).',
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.cc 208 double utilization = throughput_kbps.GetMean() / max_throughput_kbps; local
209 webrtc::test::PrintResult("BwePerformance", GetTestName(), "Utilization",
210 utilization * 100.0, "%", false);
214 "Utilization var coeff", ss.str(), "", false);
    [all...]
  /external/netperf/
configure     [all...]

Completed in 700 milliseconds