|
>> > Is there a known way to profile Lua code? >> If you'd like to analyse the VM code produced by Lua then luac is >> useful. MI> Yes, I know about luac. MI> But I need a profiler, I want to know where most time is spend. we implement it for our own project. We use only lua itself. See "reflexive debug interface" --Denq