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