Home
last modified time | relevance | path

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

/external/cronet/build/android/
Ddiff_resource_sizes.py51 for graph_title, graph in base_results['charts'].items():
54 chartjson, graph_title, trace_title,
55 diff_results['charts'][graph_title][trace_title]['value']
69 for graph_title, graph in base_results['charts'].items():
72 chartjson, graph_title + '_base_apk', trace_title,
78 for graph_title, graph in diff_results['charts'].items():
81 chartjson, graph_title + '_diff_apk', trace_title,
Dresource_sizes.py95 def __call__(self, graph_title, trace_title, value, units): argument
96 self._combined_metrics[(graph_title, trace_title, units)] += value
99 for (graph_title, trace_title,
101 report_func(graph_title, trace_title, value, units)
110 def __call__(self, graph_title, trace_title, value, units): argument
111 super().__call__(graph_title, trace_title, value, units)
114 self._chartjson, graph_title, self.trace_title_prefix + trace_title,
119 graph_title, trace_title, units = tup
122 perf_tests_results_helper.ReportPerfResult(self._chartjson, graph_title,
/external/angle/build/android/
Ddiff_resource_sizes.py51 for graph_title, graph in base_results['charts'].items():
54 chartjson, graph_title, trace_title,
55 diff_results['charts'][graph_title][trace_title]['value']
69 for graph_title, graph in base_results['charts'].items():
72 chartjson, graph_title + '_base_apk', trace_title,
78 for graph_title, graph in diff_results['charts'].items():
81 chartjson, graph_title + '_diff_apk', trace_title,
Dresource_sizes.py98 def __call__(self, graph_title, trace_title, value, units): argument
99 self._combined_metrics[(graph_title, trace_title, units)] += value
102 for (graph_title, trace_title,
104 report_func(graph_title, trace_title, value, units)
113 def __call__(self, graph_title, trace_title, value, units): argument
114 super().__call__(graph_title, trace_title, value, units)
117 self._chartjson, graph_title, self.trace_title_prefix + trace_title,
122 graph_title, trace_title, units = tup
125 perf_tests_results_helper.ReportPerfResult(self._chartjson, graph_title,
/external/angle/build/util/lib/common/
Dperf_tests_results_helper.py170 def ReportPerfResult(chart_data, graph_title, trace_title, value, units, argument
192 chart_data['charts'].setdefault(graph_title, {})
193 chart_data['charts'][graph_title][trace_title] = {
201 PrintPerfResult(graph_title, trace_title, [value], units)
/external/cronet/build/util/lib/common/
Dperf_tests_results_helper.py170 def ReportPerfResult(chart_data, graph_title, trace_title, value, units, argument
192 chart_data['charts'].setdefault(graph_title, {})
193 chart_data['charts'][graph_title][trace_title] = {
201 PrintPerfResult(graph_title, trace_title, [value], units)
/external/angle/build/lacros/
Dlacros_resource_sizes.py274 graph_title=title,
281 graph_title=title + ' (Stripped)',
288 graph_title=title + ' (Gzipped)',
295 graph_title=title + ' (Stripped, Gzipped)',
/external/cronet/build/lacros/
Dlacros_resource_sizes.py272 graph_title=title,
279 graph_title=title + ' (Stripped)',
286 graph_title=title + ' (Gzipped)',
293 graph_title=title + ' (Stripped, Gzipped)',
/external/autotest/client/bin/
Dfio_util.py74 graph_title = { 'bw' : 'bandwidth', variable in fio_graph_generator
199 (cls.graph_title[test_type], test_name))
202 (cls.graph_title[test_type], test_name))
/external/webrtc/video/
Dvideo_loopback.cc83 graph_title,
412 params.analyzer.graph_title = GraphTitle(); in Loopback()
Dsv_loopback.cc241 graph_title,
654 params.analyzer.graph_title = GraphTitle(); in Loopback()
Dscreenshare_loopback.cc126 graph_title,
Dvideo_quality_test.cc1257 std::string graph_title = params_.analyzer.graph_title; in RunWithAnalyzer() local
1258 if (graph_title.empty()) in RunWithAnalyzer()
1259 graph_title = VideoQualityTest::GenerateGraphTitle(); in RunWithAnalyzer()
1270 graph_data_output_file, graph_title, in RunWithAnalyzer()
Dvideo_analyzer.h47 const std::string& graph_title,
Dvideo_analyzer.cc74 const std::string& graph_title, in VideoAnalyzer() argument
93 graph_title_(graph_title), in VideoAnalyzer()
/external/webrtc/api/test/
Dvideo_quality_test_fixture.h86 std::string graph_title; member
/external/blktrace/iowatcher/
Dmain.c146 static char *graph_title = ""; variable
1127 set_plot_title(plot, graph_title); in plot_io_movie()
1449 graph_title = strdup(optarg); in parse_options()
1713 set_plot_title(plot, graph_title); in main()