mirror of
https://github.com/mpv-player/mpv.git
synced 2026-06-06 20:10:30 +00:00
Disables perf graphs from stats.lua. They are relatively expensive to render, causes a lot of memory to be used for caches which are never reused because graph is rarely the same. And most importantly those graphs are not that useful beyond quick visual inspection of jitter. Can be enable in script-opt if needed. Cache graph is left enabled, because it shows if cache readhead grows or not nicely.
3 lines
102 B
Plaintext
3 lines
102 B
Plaintext
add `stats-plot_cache` script-opt
|
|
disable `stats-plot_{perfdata,vsync_ratio,vsync_jitter}` by default
|