Home
last modified time | relevance | path

Searched refs:_SetMaxGpuClock (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/perf/
Dperf_control_test.py36 perf_control_object._SetMaxGpuClock = mock.Mock()
60 pc._SetMaxGpuClock.assert_called_once_with(200000000)
83 pc._SetMaxGpuClock.assert_called_once_with(300000000)
104 pc._SetMaxGpuClock.assert_called_once_with(600000000)
Dperf_control.py142 self._SetMaxGpuClock(gpu_max_freq)
288 def _SetMaxGpuClock(self, value): member in PerfControl