mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 08:22:30 +02:00
forgot newline
This commit is contained in:
parent
53d6cdd67c
commit
3c73fd5e0b
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ void runReceive(const char* addressOption, int port, int gap, int size, int repo
|
|||
|
||||
seqStats.pushStatsToHistory();
|
||||
|
||||
std::cout << "RECEIVE gap Difference From Expected "
|
||||
std::cout << "RECEIVE gap Difference From Expected\n"
|
||||
<< "Overall:\n"
|
||||
<< "min: " << timeGaps.getMin() << " usecs, "
|
||||
<< "max: " << timeGaps.getMax() << " usecs, "
|
||||
|
|
Loading…
Reference in a new issue