Print frame processing latency to debug log

This commit is contained in:
ns6089
2023-05-01 14:45:20 +03:00
committed by Cameron Gutman
parent bd533dc31b
commit 8347824eee
4 changed files with 66 additions and 0 deletions

10
src/stat_trackers.cpp Normal file
View File

@@ -0,0 +1,10 @@
#include "stat_trackers.h"
namespace stat_trackers {
boost::format
one_digit_after_decimal() {
return boost::format("%1$.1f");
}
} // namespace stat_trackers