Searched refs:process_time_ms_mean (Results 1 – 1 of 1) sorted by relevance
156 double process_time_ms_mean = -1; in statsd_audiothread() local157 if (item->getDouble(MM_PREFIX "processTimeMs.mean", &process_time_ms_mean)) { in statsd_audiothread()158 metrics_proto.set_process_time_mean_millis(process_time_ms_mean); in statsd_audiothread()