mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-03-04 14:47:18 +00:00
Add v-sync text to stats overlay
This commit is contained in:
parent
9799b82d53
commit
22e712af5a
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ void FFmpegVideoDecoder::stringifyVideoStats(VIDEO_STATS& stats, char* output)
|
|||
"Average receive time: %.2f ms\n"
|
||||
"Average decoding time: %.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.pacerDroppedFrames / stats.decodedFrames * 100,
|
||||
(float)stats.totalReassemblyTime / stats.receivedFrames,
|
||||
|
|
Loading…
Add table
Reference in a new issue