forgot a line

This commit is contained in:
wangyix 2014-08-12 15:28:36 -07:00
parent dc46d6b80f
commit d43c39fd57

View file

@ -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)) {