Releases: defold/extension-lmprof
Releases · defold/extension-lmprof
[vanilla-lua] Prevent run with debugger
lmprof.script
checks if game were run with debugger and throw an error if so (lmprof
works only in regular run)
Prevent run with debugger
lmprof.script
checks if game were run with debugger and throw an error if so (lmprof
works only in regular run)- added
arm64-macos
support - fixed windows version
Fix issue with ext,manifest for windows
Make it possible to use extension for windows
Vanilla Lua initial release
This is version that builds the engine with vanilla Lua for better CPU profiling
Helper cmponent
- Added helper component to make setup easier
Bigger stack size
Make sure that the profiler has a big enough stack to be able to profile big projects. It needs because of LuaJit tail call optimizations for Lua->C calls.
Custom LuaJit without tail call optimisations
This version of the extension uses a custom LuaJit version without tail call optimizations, which helps to avoid creating of the extremely deep stacks which hard to read.
Initial release
Initial release.
It is useful to use only as Lua memory profiler.