Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/experimental/statistical_analysis/
Dresults_stats.py56 def GetChartsFromBenchmarkResultJson(benchmark_result_json): function
101 charts = GetChartsFromBenchmarkResultJson(benchmark_result_json)
120 charts = GetChartsFromBenchmarkResultJson(benchmark_result_json)
144 charts = GetChartsFromBenchmarkResultJson(benchmark_result_json)
Dresults_stats_unittest.py34 (results_stats.GetChartsFromBenchmarkResultJson(input_json_wrong_format))
36 (results_stats.GetChartsFromBenchmarkResultJson(input_json_empty))
51 GetChartsFromBenchmarkResultJson(input_json_with_trace))