Searched refs:histogram_file_path (Results 1 – 1 of 1) sorted by relevance
203 def _read_histogram(histogram_file_path): argument204 with open(histogram_file_path) as histogram_file:271 histogram_file_path = os.path.join(render_output_dir, 'histogram')272 run_args += ['--isolated-script-test-perf-output=%s' % histogram_file_path]290 sample_histogram = _read_histogram(histogram_file_path)