Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/video_VDAPerf/
Dvideo_VDAPerf.py145 def _analyze_cpu_usage(self, name, time_log_file): argument
146 with open(time_log_file) as f:
252 time_log_file = self._results_file(name, 'with_rendering', TIME_LOG)
263 (TIME_BINARY, TIME_OUTPUT_FORMAT, time_log_file))
268 self._analyze_cpu_usage(name, time_log_file)
/external/autotest/client/site_tests/video_VEAPerf/
Dvideo_VEAPerf.py125 def _analyze_cpu_usage(self, test_name, time_log_file): argument
129 with open(time_log_file) as f:
285 time_log_file = self._get_result_filename(test_name, 'fixedspeed',
292 (TIME_BINARY, TIME_OUTPUT_FORMAT, time_log_file))
296 self._analyze_cpu_usage(test_name, time_log_file)