statistics

This commit is contained in:
Anonymous275
2020-06-20 14:55:27 +03:00
parent 280e3a8daa
commit 62928ece9c
5 changed files with 21 additions and 9 deletions

View File

@@ -21,6 +21,7 @@ int PPS = 0;
}else{
R = PPS/C;
StatReport = std::to_string(R);
PPS = 0;
}
}
std::this_thread::sleep_for(std::chrono::seconds(1));