Home
last modified time | relevance | path

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

/external/webrtc/api/test/metrics/
Dmetrics_set_proto_file_exporter.cc120 absl::string_view export_file_path) in Options() argument
121 : export_file_path(export_file_path) {} in Options()
123 absl::string_view export_file_path, in Options() argument
125 : export_file_path(export_file_path), in Options()
148 return WriteMetricsToFile(options_.export_file_path, metrics_set); in Export()
Dmetrics_set_proto_file_exporter.h28 explicit Options(absl::string_view export_file_path);
29 Options(absl::string_view export_file_path, bool export_whole_time_series);
32 std::string export_file_path; member
Dchrome_perf_dashboard_metrics_exporter.cc100 absl::string_view export_file_path) in ChromePerfDashboardMetricsExporter() argument
101 : export_file_path_(export_file_path) {} in ChromePerfDashboardMetricsExporter()
Dchrome_perf_dashboard_metrics_exporter.h29 absl::string_view export_file_path);
/external/perfetto/src/trace_processor/
Dtrace_processor_shell.cc727 std::string export_file_path; member
1040 command_line_options.export_file_path = optarg; in ParseCommandLineOptions()
1169 command_line_options.export_file_path.empty() && in ParseCommandLineOptions()
1947 if (!options.export_file_path.empty()) { in TraceProcessorMain()
1948 RETURN_IF_ERROR(ExportTraceToDatabase(options.export_file_path)); in TraceProcessorMain()