HomeSort by relevance Sort by last modified time
    Searched refs:cpu_bound (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/desktopui_SonicExtension/
test_utils.py 312 cpu_bound = {}
314 cpu_bound['lower_bound'] = (
316 cpu_bound['upper_bound'] = (
318 cpu_bound['average'] = '%.2f' % (sum(cpu_usage) / float(len(cpu_usage)))
319 return cpu_bound
desktopui_SonicExtension.py 150 cpu_bound = self._test_utils.compute_cpu_utilization(cpu_usage)
156 self._settings['sender_root_dir'], 'cpu_bound.json')
159 json.dump(cpu_bound, open(cpu_bound_json_file, 'wb'))

Completed in 206 milliseconds