OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_cpu_freq
(Results
1 - 9
of
9
) sorted by null
/test/vts/testcases/template/hal_hidl_gtest/
hal_hidl_gtest.py
36
_cpu_freq
: CpuFrequencyScalingController instance of a target device.
53
self.
_cpu_freq
= cpu_frequency_scaling.CpuFrequencyScalingController(
55
self.
_cpu_freq
.DisableCpuScaling()
57
self.
_cpu_freq
= None
199
getattr(self, "
_cpu_freq
", None)):
200
self.
_cpu_freq
.SkipIfThermalThrottling(retry_delay_secs=30)
205
getattr(self, "
_cpu_freq
", None)):
206
self.
_cpu_freq
.SkipIfThermalThrottling()
212
if (not self._skip_all_testcases and getattr(self, "
_cpu_freq
", None)):
214
self.
_cpu_freq
.EnableCpuScaling(
[
all
...]
/test/vts-testcase/performance/hwbinder_latency_test/
HwBinderLatencyTest.py
68
self.
_cpu_freq
= cpu_frequency_scaling.CpuFrequencyScalingController(self.dut)
69
self.
_cpu_freq
.DisableCpuScaling()
72
self.
_cpu_freq
.SkipIfThermalThrottling(retry_delay_secs=30)
75
self.
_cpu_freq
.SkipIfThermalThrottling()
78
self.
_cpu_freq
.EnableCpuScaling()
103
min_cpu, max_cpu = self.
_cpu_freq
.GetMinAndMaxCpuNo()
166
min_cpu, max_cpu = self.
_cpu_freq
.GetMinAndMaxCpuNo()
/test/vts-testcase/performance/binder_benchmark/
BinderPerformanceTest.py
34
_cpu_freq
: CpuFrequencyScalingController instance of self.dut.
79
self.
_cpu_freq
= cpu_frequency_scaling.CpuFrequencyScalingController(self.dut)
80
self.
_cpu_freq
.DisableCpuScaling()
83
self.
_cpu_freq
.SkipIfThermalThrottling(retry_delay_secs=30)
86
self.
_cpu_freq
.SkipIfThermalThrottling()
89
self.
_cpu_freq
.EnableCpuScaling()
/test/vts-testcase/performance/fmq_benchmark/
FmqPerformanceTest.py
33
_cpu_freq
: CpuFrequencyScalingController instance of self.dut.
54
self.
_cpu_freq
= cpu_frequency_scaling.CpuFrequencyScalingController(
56
self.
_cpu_freq
.DisableCpuScaling()
59
self.
_cpu_freq
.EnableCpuScaling()
62
self.
_cpu_freq
.SkipIfThermalThrottling(retry_delay_secs=30)
65
self.
_cpu_freq
.SkipIfThermalThrottling()
/test/vts-testcase/performance/hwbinder_benchmark/
HwBinderPerformanceTest.py
34
_cpu_freq
: CpuFrequencyScalingController instance of self.dut.
81
self.
_cpu_freq
= cpu_frequency_scaling.CpuFrequencyScalingController(self.dut)
82
self.
_cpu_freq
.DisableCpuScaling()
85
self.
_cpu_freq
.SkipIfThermalThrottling(retry_delay_secs=30)
88
self.
_cpu_freq
.SkipIfThermalThrottling()
91
self.
_cpu_freq
.EnableCpuScaling()
/test/vts-testcase/performance/binder_throughput_test/
BinderThroughputBenchmark.py
44
self.
_cpu_freq
= cpu_frequency_scaling.CpuFrequencyScalingController(self.dut)
45
self.
_cpu_freq
.DisableCpuScaling()
48
self.
_cpu_freq
.SkipIfThermalThrottling(retry_delay_secs=30)
51
self.
_cpu_freq
.SkipIfThermalThrottling()
54
self.
_cpu_freq
.EnableCpuScaling()
/test/vts-testcase/performance/hwbinder_throughput_test/
HwBinderThroughputBenchmark.py
46
self.
_cpu_freq
= cpu_frequency_scaling.CpuFrequencyScalingController(self.dut)
47
self.
_cpu_freq
.DisableCpuScaling()
50
self.
_cpu_freq
.SkipIfThermalThrottling(retry_delay_secs=30)
53
self.
_cpu_freq
.SkipIfThermalThrottling()
56
self.
_cpu_freq
.EnableCpuScaling()
/external/autotest/client/site_tests/power_Thermal/
power_Thermal.py
128
def
_cpu_freq
(self, cpu):
member in class:power_Thermal
174
freq = self.
_cpu_freq
(cpu)
219
if self.
_cpu_freq
(cpu) != self.pl_desc.max_cpu_freq:
226
freqs.append('%d' % self.
_cpu_freq
(cpu))
329
logging.info('starting frequency is %s' % str(self.
_cpu_freq
(0)))
343
logging.info('ending frequency is %s' % str(self.
_cpu_freq
(0)))
/test/vts-testcase/performance/hwbinder_benchmark_adb/
HwBinderPerformanceAdbTest.py
33
_cpu_freq
: CpuFrequencyScalingController instance of self.dut.
Completed in 790 milliseconds