Searched refs:process_time_mean_millis (Results 1 – 2 of 2) sorted by relevance
155 double process_time_mean_millis = -1; in statsd_audiothread() local156 if (item->getDouble(MM_PREFIX "processTimeMs.mean", &process_time_mean_millis)) { in statsd_audiothread()157 metrics_proto.set_process_time_mean_millis(process_time_mean_millis); in statsd_audiothread()227 << " process_time_mean_millis:" << process_time_mean_millis in statsd_audiothread()
95 optional double process_time_mean_millis = 21; field