From ebe12a65c07bccfbc704667c88d8125be33067cf Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 29 Jan 2023 02:59:50 +0000 Subject: camera stuff + vastly optimise hex drawing --- client/profile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/profile.lua') diff --git a/client/profile.lua b/client/profile.lua index e7eab02..47a9806 100644 --- a/client/profile.lua +++ b/client/profile.lua @@ -1,7 +1,7 @@ local profile = require"jit.profile" local function start(period,file) local function cb(thread,samples,vmstate) - file:write(profile.dumpstack(thread,"pF l;",-100), vmstate, " ", samples, "\n") + file:write(profile.dumpstack(thread,"pF;l;",-100), vmstate, " ", samples, "\n") end profile.start("vli"..tonumber(period), cb) end -- cgit v1.2.3