mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:51:20 +02:00
forgot a line
This commit is contained in:
parent
dc46d6b80f
commit
d43c39fd57
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ void runReceive(const char* addressOption, int port, int gap, int size, int repo
|
||||||
int gapDifferece = actualGap - gap;
|
int gapDifferece = actualGap - gap;
|
||||||
timeGaps.update(gapDifferece);
|
timeGaps.update(gapDifferece);
|
||||||
timeGapsPerReport.update(gapDifferece);
|
timeGapsPerReport.update(gapDifferece);
|
||||||
|
stDev.addValue(gapDifferece);
|
||||||
last = now;
|
last = now;
|
||||||
|
|
||||||
if (now - lastReport >= (report * MSEC_TO_USEC)) {
|
if (now - lastReport >= (report * MSEC_TO_USEC)) {
|
||||||
|
|
Loading…
Reference in a new issue