【新增】lua性能调试

This commit is contained in:
wxd-gaming
2024-10-16 15:58:50 +08:00
parent 7294a420a7
commit c643f36356
15 changed files with 660 additions and 90 deletions

View File

@@ -12,7 +12,7 @@ function t1(str)
print(str, type(str))
local num = 99999999999999999
print(num)
print(1 << 2)
--print(1 << 2)
local time = os.time()
print(type(time) .. " - " .. tostring(time))
--print(type(time) + num .. tostring(time))