summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorJulian <MyFakeAcc.4@googlemail.com>2017-07-05 22:09:29 +0200
committerwm4 <wm4@nowhere>2017-10-09 20:40:32 +0200
commit96ef2aa48b7c37f0865b13a731788ba7720380fa (patch)
tree85db57e48d003cdea7070c340864c454b906178f /player
parent56029b6b59cbc6755b481323e24a555afcf8f1f1 (diff)
downloadmpv-96ef2aa48b7c37f0865b13a731788ba7720380fa.tar.bz2
mpv-96ef2aa48b7c37f0865b13a731788ba7720380fa.tar.xz
stats: print perfdata total by default
There is enough space now
Diffstat (limited to 'player')
-rw-r--r--player/lua/stats.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua/stats.lua b/player/lua/stats.lua
index 2159a729e3..34eff6136c 100644
--- a/player/lua/stats.lua
+++ b/player/lua/stats.lua
@@ -23,7 +23,7 @@ local o = {
ass_formatting = true,
timing_warning = true,
timing_warning_th = 0.85, -- *no* warning threshold (warning when > target_fps * timing_warning_th)
- print_perfdata_total = false, -- prints an additional line adding up the perfdata lines
+ print_perfdata_total = true, -- prints an additional line adding up the perfdata lines
print_perfdata_passes = false, -- when true, print the full information about all passes
debug = false,