Searched refs:averageMillis (Results 1 – 1 of 1) sorted by relevance
355 float averageMillis = (float) sumNanos / in noOpProviderLoop() local358 …Log.v(TAG, "dummy loop: fails=" + failures + "; total=" + total + "; goodavg ms=" + averageMillis); in noOpProviderLoop()359 return averageMillis; in noOpProviderLoop()380 float averageMillis = (float) sumNanos / in callLoop() local383 Log.v(TAG, "call loop: avg_ms=" + averageMillis + "; calls=" + total); in callLoop()384 return averageMillis; in callLoop()409 float averageMillis = (float) sumNanos / in procLoop() local412 Log.v(TAG, "proc loop: total: " + total + "; avg_ms=" + averageMillis + "; value=" + value); in procLoop()413 return averageMillis; in procLoop()602 float averageMillis = ((float) sumMillis / (float) (total != 0 ? total : 1)); in settingsProviderLoop() local[all …]