OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utilization
(Results
1 - 7
of
7
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
mgc.go
298
// trigger based on the heap growth and GC CPU
utilization
each cycle.
300
//
utilization
between assist and background marking to be 25% of
374
// For example, if the overall mark
utilization
goal is 25%
423
// Compute the total mark
utilization
goal and divide it among
466
// mutator
utilization
, heap size, or assist time and it
502
// growth and GC CPU
utilization
. We compute the actual heap
504
// the goal CPU
utilization
we were (to estimate the heap
505
// growth if we had the desired CPU
utilization
). The
516
// Assume background mark hit its
utilization
goal.
517
utilization
:= gcGoalUtilizatio
[
all
...]
/prebuilts/go/linux-x86/src/runtime/
mgc.go
298
// trigger based on the heap growth and GC CPU
utilization
each cycle.
300
//
utilization
between assist and background marking to be 25% of
374
// For example, if the overall mark
utilization
goal is 25%
423
// Compute the total mark
utilization
goal and divide it among
466
// mutator
utilization
, heap size, or assist time and it
502
// growth and GC CPU
utilization
. We compute the actual heap
504
// the goal CPU
utilization
we were (to estimate the heap
505
// growth if we had the desired CPU
utilization
). The
516
// Assume background mark hit its
utilization
goal.
517
utilization
:= gcGoalUtilizatio
[
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
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 1436 milliseconds