Searched refs:perf_options (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/profilers/custom_perf/ |
D | custom_perf.py | 19 def initialize(self, perf_options=''): argument 21 self.perf_options = perf_options 29 (test.profdir, self.perf_bin, self.perf_options, outfile))
|
/external/autotest/client/site_tests/platform_Quipper/ |
D | platform_Quipper.py | 16 def _get_quipper_command(self, duration, perf_options): argument 18 perf_options 21 def _get_perf_command(self, duration, perf_options): argument 22 return ('perf', 'record', '-a') + perf_options + \
|