Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lua profiler for nvim #1

Closed
clason opened this issue Aug 11, 2020 · 1 comment
Closed

Lua profiler for nvim #1

clason opened this issue Aug 11, 2020 · 1 comment

Comments

@clason
Copy link

clason commented Aug 11, 2020

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.

@matu3ba
Copy link

matu3ba commented Sep 16, 2022

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

@clason clason closed this as completed Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants