Searched refs:latencyTimes (Results 1 – 1 of 1) sorted by relevance
91 ArrayList<Long> latencyTimes = new ArrayList<Long>(); in testShotToShotLatency() local108 latencyTimes.add(captureTimes.get(j) - captureTimes.get(j - 1)); in testShotToShotLatency()112 for (long dataPoint : latencyTimes) { in testShotToShotLatency()115 mean /= latencyTimes.size(); in testShotToShotLatency()117 for (long dataPoint : latencyTimes) { in testShotToShotLatency()120 standardDeviation = Math.sqrt(sigmaOfDiffFromMeanSquared / latencyTimes.size()); in testShotToShotLatency()