Searched refs:export_file_path (Results 1 – 5 of 5) sorted by relevance
120 absl::string_view export_file_path) in Options() argument121 : export_file_path(export_file_path) {} in Options()123 absl::string_view export_file_path, in Options() argument125 : export_file_path(export_file_path), in Options()148 return WriteMetricsToFile(options_.export_file_path, metrics_set); in Export()
28 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
100 absl::string_view export_file_path) in ChromePerfDashboardMetricsExporter() argument101 : export_file_path_(export_file_path) {} in ChromePerfDashboardMetricsExporter()
29 absl::string_view export_file_path);
727 std::string export_file_path; member1040 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()