Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/test/metrics/
H A 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()
H A 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
H A Dchrome_perf_dashboard_metrics_exporter.cc100 absl::string_view export_file_path) in ChromePerfDashboardMetricsExporter() argument
101 : export_file_path_(export_file_path) {} in ChromePerfDashboardMetricsExporter()
H A Dchrome_perf_dashboard_metrics_exporter.h29 absl::string_view export_file_path);