Home
last modified time | relevance | path

Searched refs:governors (Results 1 – 17 of 17) sorted by relevance

/external/lisa/tests/benchmarks/
Dandroid_geekbench.py89 governors = self.target.cpufreq.get_all_governors()
90 self._log.info('Using governors: %s', governors)
94 governors = [ variable
108 tests_remaining = len(governors) * len(tests)
110 for governor in governors:
Dandroid_youtube.py92 governors = self.target.cpufreq.get_all_governors()
93 self._log.info('Using governors: %s', governors)
99 governors = [ variable
112 tests_remaining = len(governors) * len(video_urls)
114 for governor in governors:
Dandroid_vellamo.py89 governors = self.target.cpufreq.get_all_governors()
90 self._log.info('Using governors: %s', governors)
95 governors = [ variable
111 tests_remaining = len(governors) * len(tests)
113 for governor in governors:
Dandroid_uibench.py91 governors = self.target.cpufreq.get_all_governors()
92 self._log.info('Using governors: %s', governors)
98 governors = [ variable
129 tests_remaining = len(governors) * len(tests)
131 for governor in governors:
Dandroid_jankbench.py92 governors = self.target.cpufreq.get_all_governors()
93 self._log.info('Using governors: %s', governors)
100 governors = [ variable
118 tests_remaining = len(governors) * len(tests)
120 for governor in governors:
Dandroid_gmaps.py92 governors = self.target.cpufreq.get_all_governors()
93 self._log.info('Using governors: %s', governors)
99 governors = [ variable
113 tests_remaining = len(governors) * len(locations)
115 for governor in governors:
/external/linux-kselftest/tools/testing/selftests/cpufreq/
Dgovernor.sh134 local governors=$(cat $filepath)
135 printf "Available governors for $2: $governors\n"
137 for governor in $governors; do
/external/lisa/tests/eas/
Dpreliminary.py73 governors = self.target.cpufreq.list_governors(cpu)
74 if 'sched' not in governors and 'schedutil' not in governors:
197 governors = self.target.cpufreq.list_governors(0)
198 if 'schedutil' not in governors:
/external/autotest/client/site_tests/power_CPUFreq/
Dpower_CPUFreq.py162 governors = self.__read_file('scaling_available_governors')
163 logging.info('available governors: %s' % governors)
164 return governors.split()
/external/chromium-trace/catapult/devil/devil/android/tools/
Dcpufreq.py37 for cpu, governors in p.ListAvailableGovernors():
38 print '%s %s: %s' % (str(device), cpu, pprint.pformat(governors))
/external/devlib/devlib/module/
Dcpufreq.py401 governors = {}
406 governors[kv[0]] = kv[1]
407 return governors
/external/devlib/doc/
Dmodules.rst36 policies (governors). The ``devlib`` module exposes the following interface
48 List cpufreq governors available for the specified cpu. Returns a list of
75 :param governor: The name of the governor. This must be one of the governors
110 available with all governors other than ``userspace``.
/external/lisa/ipynb/examples/android/benchmarks/
DAndroid_PCMark.ipynb211 …his set of support functions will help us running the benchmark using different CPUFreq governors."
358 "# Function that helps run PCMark for different governors\n",
412 "# Run the benchmark in all the configured governors\n",
425 "After running the benchmark for the specified governors we can show and plot the scores:"
529 " title='PCMark scores vs SchedFreq governors');"
/external/lisa/ipynb/examples/android/workloads/
DAndroid_Recents_Fling.ipynb226 …his set of support functions will help us running the benchmark using different CPUFreq governors."
640 "# Run the benchmark in all the configured governors\n",
/external/lisa/ipynb/releases/
DReleaseNotes_v17.03.ipynb44 " presence of cpufreq governors or number of CPUs, can override\n",
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/lisa/ipynb/sched_dvfs/
Dsmoke_test.ipynb355 " # Run the workload in all the configured governors\n",