mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 06:02:28 +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;
|
||||
timeGaps.update(gapDifferece);
|
||||
timeGapsPerReport.update(gapDifferece);
|
||||
stDev.addValue(gapDifferece);
|
||||
last = now;
|
||||
|
||||
if (now - lastReport >= (report * MSEC_TO_USEC)) {
|
||||
|
|
Loading…
Reference in a new issue