Searched refs:process_time_stddev_millis (Results 1 – 2 of 2) sorted by relevance
160 double process_time_stddev_millis = -1; in statsd_audiothread() local161 if (item->getDouble(MM_PREFIX "processTimeMs.std", &process_time_stddev_millis)) { in statsd_audiothread()162 metrics_proto.set_process_time_stddev_millis(process_time_stddev_millis); in statsd_audiothread()228 << " process_time_stddev_millis:" << process_time_stddev_millis in statsd_audiothread()
96 optional double process_time_stddev_millis = 22; field