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

  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
html_output_formatter.py 36 file_descriptor, chart_json_path = tempfile.mkstemp()
38 json.dump(chart_json, file(chart_json_path, 'w'))
40 vinn_result = convert_chart_json.ConvertChartJson(chart_json_path)
42 os.remove(chart_json_path)
page_test_results.py 172 file_descriptor, chart_json_path = tempfile.mkstemp()
174 json.dump(chart_json, file(chart_json_path, 'w'))
176 vinn_result = convert_chart_json.ConvertChartJson(chart_json_path)
178 os.remove(chart_json_path)

Completed in 144 milliseconds