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

View File

@@ -536,6 +536,8 @@ set(SUNSHINE_TARGET_FILES
src/thread_safe.h
src/sync.h
src/round_robin.h
src/stat_trackers.h
src/stat_trackers.cpp
${PLATFORM_TARGET_FILES})
set_source_files_properties(src/upnp.cpp PROPERTIES COMPILE_FLAGS -Wno-pedantic)