Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/scripts/
Dprocess_angle_perf_results.py61 output_json_file): argument
77 output_json_file,
399 output_json_file): argument
419 with open(output_json_file, 'w') as oj:
565 output_json_file = os.path.join(output_results_dir, (str(uuid.uuid4()) + benchmark_name))
566 results_dict[benchmark_name] = output_json_file
570 (benchmark_name, directories, configuration_name, build_properties, output_json_file))
644 output_json_file = logdog_helper.open_text(json_fname)
645 json.dump(results, output_json_file, indent=4, separators=(',', ': '))
649 output_json_file.close()
[all …]