Profiling tool for Clojure?
Posted
by j-g-faustus
on Stack Overflow
See other posts from Stack Overflow
or by j-g-faustus
Published on 2010-06-04T14:14:50Z
Indexed on
2010/06/05
14:22 UTC
Read the original article
Hit count: 227
Hi,
does anyone know of a good profiling tool or library for Clojure?
I would prefer something that could be used from the REPL, along the lines of (with-profiling ...)
in Allegro Common Lisp back in the day.
Is there anything along those lines?
Or do you have any experience with (non-commercial) Java profilers that work well with Clojure?
© Stack Overflow or respective owner