Searched refs:latencyTimes (Results 1 – 1 of 1) sorted by relevance
92 ArrayList<Long> latencyTimes = new ArrayList<Long>(); in testShotToShotLatency() local109 latencyTimes.add(captureTimes.get(j) - captureTimes.get(j - 1)); in testShotToShotLatency()113 for (long dataPoint : latencyTimes) { in testShotToShotLatency()116 mean /= latencyTimes.size(); in testShotToShotLatency()118 for (long dataPoint : latencyTimes) { in testShotToShotLatency()121 standardDeviation = Math.sqrt(sigmaOfDiffFromMeanSquared / latencyTimes.size()); in testShotToShotLatency()