Add a debug-level print on the last ~second's maximum encoding time

This commit is contained in:
Lauri Kasanen
2020-09-28 14:37:19 +03:00
parent b30318a68f
commit 99fe70bbd6
2 changed files with 20 additions and 2 deletions

View File

@ -182,6 +182,7 @@ namespace rfb {
unsigned webpBenchResult;
bool webpTookTooLong;
unsigned encodingTime;
unsigned maxEncodingTime, framesSinceEncPrint;
EncCache *encCache;