nlua.nvim icon indicating copy to clipboard operation
nlua.nvim copied to clipboard

Lua profiler for nvim

Open clason opened this issue 5 years ago • 1 comments
trafficstars

One useful addition to a nvim-lua standard library would be a profiler (since the vim prof func * can't trace into lua). I've played a bit with the debug.sethook based approach, either using https://stackoverflow.com/questions/15725744/easy-lua-profiling or https://github.com/charlesmallah/lua-profiler.

Both kinda work, but it'd be nice to have something more nvim-aware (and prettier) :)

There's also https://blast.hk/moonloader/luajit/ext_profiler.html, but I couldn't get this to work properly.

clason avatar Aug 11 '20 12:08 clason

Can you update the issue regarding what is missing from your merged PR to plenary? :)

matu3ba avatar Sep 16 '22 11:09 matu3ba