sjlevine / atom-slime

Write lisp code efficiently with Atom
MIT License
68 stars 13 forks source link

Profiling #35

Open sjlevine opened 8 years ago

sjlevine commented 8 years ago

Also useful for debugging

haz commented 7 years ago

Can you expand on what this feature is meant to cover?

sjlevine commented 7 years ago

Emacs has built-in support for showing pretty profiling reports. @daewok gave a tutorial a while ago. I'm imagining some features like: https://common-lisp.net/project/slime/doc/html-2006-09-20/Profiling.html

haz commented 7 years ago

Clock cycles, or memory usage, or both?

sjlevine commented 7 years ago

I think predominantly clock cycles? I haven't used it extensively though.

haz commented 7 years ago

Would be very useful. I'll take a stab when I get a chance..

sjlevine commented 7 years ago

Cool beans!