dibyendumajumdar/ravi

Add simple bytecode profiler

Opened this issue · 0 comments

Because of the way the Lua VM works, it is difficult to understand the performance characteristics of individual bytecodes. It will be useful to have a feature that measures the time taken by each bytecode and also the total number of times each bytecode is executed and then dumps this out.