diff options
author | Julian <MyFakeAcc.4@googlemail.com> | 2017-07-05 22:09:29 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-10-09 20:40:32 +0200 |
commit | 96ef2aa48b7c37f0865b13a731788ba7720380fa (patch) | |
tree | 85db57e48d003cdea7070c340864c454b906178f | |
parent | 56029b6b59cbc6755b481323e24a555afcf8f1f1 (diff) |
stats: print perfdata total by default
There is enough space now
-rw-r--r-- | player/lua/stats.lua | 2 |
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, |