From 96ef2aa48b7c37f0865b13a731788ba7720380fa Mon Sep 17 00:00:00 2001 From: Julian Date: Wed, 5 Jul 2017 22:09:29 +0200 Subject: stats: print perfdata total by default There is enough space now --- player/lua/stats.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3