From d43c39fd574447b95ed8d6cf8c368af63a21d380 Mon Sep 17 00:00:00 2001 From: wangyix Date: Tue, 12 Aug 2014 15:28:36 -0700 Subject: [PATCH] forgot a line --- tests/jitter/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/jitter/src/main.cpp b/tests/jitter/src/main.cpp index 158860c627..79c157c298 100644 --- a/tests/jitter/src/main.cpp +++ b/tests/jitter/src/main.cpp @@ -207,6 +207,7 @@ void runReceive(const char* addressOption, int port, int gap, int size, int repo int gapDifferece = actualGap - gap; timeGaps.update(gapDifferece); timeGapsPerReport.update(gapDifferece); + stDev.addValue(gapDifferece); last = now; if (now - lastReport >= (report * MSEC_TO_USEC)) {