Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dtrace_processor_shell.cc380 util::Status RunMetrics(const std::vector<std::string>& metric_names, in RunMetrics() function
938 util::Status RunMetrics(const CommandLineOptions& options) { in RunMetrics() function
992 return RunMetrics(std::move(metrics), format, pool); in RunMetrics()
1094 RETURN_IF_ERROR(RunMetrics(options)); in TraceProcessorMain()