Convert the big perf text block into strings for each line

This commit is contained in:
Cameron Gutman
2021-05-15 16:45:38 -05:00
parent 205e627209
commit 2ca5182a28
11 changed files with 95 additions and 49 deletions

View File

@@ -104,7 +104,14 @@
<string name="delete_pc_msg">Are you sure you want to delete this PC?</string>
<string name="slow_connection_msg">Slow connection to PC\nReduce your bitrate</string>
<string name="poor_connection_msg">Poor connection to PC</string>
<string name="perf_overlay_text">Video dimensions: %1$s\nDecoder: %2$s\nEstimated host PC frame rate: %3$.2f FPS\nIncoming frame rate from network: %4$.2f FPS\nRendering frame rate: %5$.2f FPS\nFrames dropped by your network connection: %6$.2f%%\nAverage receive time: %7$.2f ms\nAverage decoding time: %8$.2f ms</string>
<string name="perf_overlay_dimensions">Video dimensions: %1$s</string>
<string name="perf_overlay_decoder">Decoder: %1$s</string>
<string name="perf_overlay_hostfps">Estimated host PC frame rate: %1$.2f FPS</string>
<string name="perf_overlay_incomingfps">Incoming frame rate from network: %1$.2f FPS</string>
<string name="perf_overlay_renderingfps">Rendering frame rate: %1$.2f FPS</string>
<string name="perf_overlay_netdrops">Frames dropped by your network connection: %1$.2f%%</string>
<string name="perf_overlay_recvtime">Average receive time: %1$.2f ms</string>
<string name="perf_overlay_dectime">Average decoding time: %1$.2f ms</string>
<!-- AppList activity -->
<string name="applist_connect_msg">Connecting to PC…</string>