Mod time
Is there some way i could figure out how long actions take in ms. Mainly I want to test startup time and sped of the modd
FOSS gamedev and creative worlds
https://forums.minetest.org/
local start = os:clock()
-- code here
print("time for code: "..(os:clock()-time))