[API] Request: Add LuaProfiler in Renoise API for performance checking of Lua code

One of the most difficult things when programming code is getting detailed analysis results about code performance.

LuaProfiler is compatible with Lua 5.1 and could theoretically be embedded within the Renoise API.

@taktik, the tool developers could we have LuaProfiler integrated in some way with the Renoise API? If you want to improve the Terminal, a tool of this caliber would be ideal.

2 Likes

how do we get this going? can i set it for my own tool or something?

Sure, if you want to find some weak spot in the program.
For me, just using os.clock() is enough :slight_smile:
But if you want to profile the program, try this.
It doesn’t have to be part of Renoise. Just import it.