> Can you go into more detail about how you used visualvm? I'm trying to
> run it (visualvm 1.1.1), and it seems to have a race condition with
> the clojure classloader. Sometimes it won't find all of the compiled
> clojure source, and sometimes it will correctly profile methods until
> I reload a file, at which point theprofilerno longer tracks calls to
> the clojure fn.
>

Replying to my own question because I figured it out. On the profiler
tab, before you hit "start profiling", click the settings checkbox.
Edit the "start from class" field. Mine was set to jline.**. After
changing it to the appropriate namespace for my app, hit the "start
profiling" button. Visualvm starting working reliably for me after
that.

Allen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to