Files
mpv/DOCS/interface-changes/stats-plot-cache.txt
T
Kacper Michajłow bff0d59cbe stats.lua: set plot_{perfdata,vsync_ratio,vsync_jitter} to no
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.
2025-04-16 23:58:46 +02:00

3 lines
102 B
Plaintext

add `stats-plot_cache` script-opt
disable `stats-plot_{perfdata,vsync_ratio,vsync_jitter}` by default