Vanilla Lua 5.1 version is availible here: https://github.com/defold/extension-lmprof/tree/lua-5.1
To use this library in your Defold project, add the needed version URL to your game.project
dependencies from Releases
Add lmprof.script
component to your main collection.
Specify properties:
- Open Google Chrome
- Instruments -> Preformance
- turn on
Memory
checkbox:
- Click
Load profile...
and choose yourjson
Also, use stat.py to see calls statistics.
stat.py my.json
If you have any issues, questions or suggestions please create an issue