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

  /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 525 def wait_for_idle_cpu(timeout, utilization):
526 """Waits for the CPU to become idle (< utilization).
530 utilization: The CPU usage below which the system should be considered
537 while fraction_active_time >= utilization:
547 logging.info('After waiting %.1fs CPU utilization is %.3f.',
558 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 4486 milliseconds