mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Add v-sync text to stats overlay
This commit is contained in:
@@ -283,7 +283,7 @@ void FFmpegVideoDecoder::stringifyVideoStats(VIDEO_STATS& stats, char* output)
|
|||||||
"Average receive time: %.2f ms\n"
|
"Average receive time: %.2f ms\n"
|
||||||
"Average decoding time: %.2f ms\n"
|
"Average decoding time: %.2f ms\n"
|
||||||
"Average frame queue delay: %.2f ms\n"
|
"Average frame queue delay: %.2f ms\n"
|
||||||
"Average rendering time: %.2f ms\n",
|
"Average rendering time (including monitor V-sync latency): %.2f ms\n",
|
||||||
(float)stats.networkDroppedFrames / stats.totalFrames * 100,
|
(float)stats.networkDroppedFrames / stats.totalFrames * 100,
|
||||||
(float)stats.pacerDroppedFrames / stats.decodedFrames * 100,
|
(float)stats.pacerDroppedFrames / stats.decodedFrames * 100,
|
||||||
(float)stats.totalReassemblyTime / stats.receivedFrames,
|
(float)stats.totalReassemblyTime / stats.receivedFrames,
|
||||||
|
|||||||
Reference in New Issue
Block a user