From f55c9f415a081a175e48b51db894f23e59ce47a2 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 18 Jun 2023 22:28:37 +0100 Subject: fix line lengths --- client/profile.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'client/profile.lua') diff --git a/client/profile.lua b/client/profile.lua index 47a9806..5ed5b2a 100644 --- a/client/profile.lua +++ b/client/profile.lua @@ -1,7 +1,10 @@ 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