Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dtrace_processor_shell.cc957 const std::string& metric_or_path = metrics[i]; in RunMetrics() local
960 auto ext_idx = metric_or_path.rfind('.'); in RunMetrics()
964 std::string no_ext_name = metric_or_path.substr(0, ext_idx); in RunMetrics()
970 metric_or_path.c_str(), status.c_message()); in RunMetrics()
976 metric_or_path.c_str(), status.c_message()); in RunMetrics()