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_VEAPerf/
Dvideo_VEAPerf.py126 def _analyze_cpu_usage(self, test_name, time_log_file): argument
130 with open(time_log_file) as f:
216 time_log_file = self._get_result_filename(test_name, 'fixedspeed',
225 (TIME_BINARY, TIME_OUTPUT_FORMAT, time_log_file))
229 self._analyze_cpu_usage(test_name, time_log_file)
/external/autotest/client/site_tests/video_VDAPerf/
Dvideo_VDAPerf.py146 def _analyze_cpu_usage(self, name, time_log_file): argument
147 with open(time_log_file) as f:
253 time_log_file = self._results_file(name, 'with_rendering', TIME_LOG)
261 (TIME_BINARY, TIME_OUTPUT_FORMAT, time_log_file))
266 self._analyze_cpu_usage(name, time_log_file)