Implement profiler

This commit is contained in:
2026-06-20 14:21:26 +03:00
parent 45a09284c2
commit ab48b57e1b
10 changed files with 294 additions and 17 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
local module = {}
module.dependencies = { "terminal" }
module.dependencies = { "io" }
function module.check()
return true -- This module should always be loaded