From 4ee669e4db8f026c26286c2ad9e463b2bd63c8c2 Mon Sep 17 00:00:00 2001 From: Julian Date: Fri, 15 Jul 2016 22:04:16 +0900 Subject: stats: clearify a few descriptions/labels --- player/lua/stats.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'player') diff --git a/player/lua/stats.lua b/player/lua/stats.lua index 03fc0107f7..de1ecf9d77 100644 --- a/player/lua/stats.lua +++ b/player/lua/stats.lua @@ -19,7 +19,7 @@ local o = { redraw_delay = 1, -- acts as duration in the toggling case ass_formatting = true, timing_warning = true, - timing_warning_th = 0.85, -- *no* warning threshold (warning when > dfps * timing_warning_th) + timing_warning_th = 0.85, -- *no* warning threshold (warning when > dfps * timing_warning_th) timing_total = false, debug = false, @@ -214,7 +214,7 @@ local function append_perfdata(s) usuffix = generate_graph(plast[3], max[3], 0.8) s[#s+1] = format("%s%s%s%s{\\fs%s}%s%s%s{\\fs%s}", o.nl, o.indent, - b("Timings:"), o.prefix_sep, o.font_size * 0.66, + b("Frame Timings:"), o.prefix_sep, o.font_size * 0.66, "Render ⏎ Present ⏎ Upload", o.prefix_sep, "(last/average/peak μs)", o.font_size) else @@ -223,7 +223,7 @@ local function append_perfdata(s) usuffix = o.prefix_sep .. "Upload" s[#s+1] = format("%s%s%s%s{\\fs%s}%s{\\fs%s}", o.nl, o.indent, - b("Timings:"), o.prefix_sep, o.font_size * 0.66, + b("Frame Timings:"), o.prefix_sep, o.font_size * 0.66, "(last/average/peak μs)", o.font_size) end -- cgit v1.2.3