Home
last modified time | relevance | path

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

/frameworks/base/startop/scripts/app_startup/
Drun_app_with_prefetch350 local metric_name
367 IFS='=' read -r metric_name metric_value rest <<< "$i"
381 local metric_name
387 while IFS='=' read -r metric_name metric_value rest; do
388 verbose_print "metric: $metric_name, value: $metric_value; rest: $rest"
397 local metric_name
403 while IFS='=' read -r metric_name metric_value rest; do
404 verbose_print "metric: $metric_name, value: $metric_value; rest: $rest"
405 all_metrics+=($metric_name)
Dparse_metrics129 local metric_name="$1"
143 echo -ne "$metric_name="
/frameworks/av/media/libmedia/include/media/
DCounterMetric.h58 const std::string& metric_name, in CounterMetric() argument
60 : metric_name_(metric_name), in CounterMetric()
84 const std::string& metric_name() const { return metric_name_; }; in metric_name() function
DEventMetric.h79 const std::string& metric_name, in EventMetric() argument
81 : metric_name_(metric_name), in EventMetric()
121 const std::string& metric_name() const { return metric_name_; }; in metric_name() function
/frameworks/av/drm/libmediadrm/
DDrmMetricsConsumer.cpp64 std::string success_count_name = counter.metric_name() + ".ok.count"; in ExportCounterMetric()
65 std::string error_count_name = counter.metric_name() + ".error.count"; in ExportCounterMetric()
82 std::string error_list_name = counter.metric_name() + ".error.list"; in ExportCounterMetric()
96 std::string name = counter.metric_name() + "." + in ExportCounterMetricWithAttributeNames()
109 std::string success_count_name = event.metric_name() + ".ok.count"; in ExportEventMetric()
110 std::string error_count_name = event.metric_name() + ".error.count"; in ExportEventMetric()
111 std::string timing_name = event.metric_name() + ".ok.average_time_micros"; in ExportEventMetric()
130 std::string error_list_name = event.metric_name() + ".error.list"; in ExportEventMetric()
/frameworks/base/startop/scripts/app_startup/lib/
Dapp_runner.py242 metric_name = splits[0]
249 format(metric_name=metric_name,
252 all_metrics.append((metric_name, metric_value))