Re: [jruby-dev] Built in graph profiler round 2

2011-05-09 Thread Thomas E Enebo
On Mon, May 9, 2011 at 9:20 AM, Daniel Lucraft wrote: > On Monday, 9 May 2011 at 14:58, Thomas E Enebo wrote: > > On Mon, May 9, 2011 at 8:16 AM, Daniel Lucraft > wrote: > >  * use thread times from ThreadMXBean instead of the global process > cputime (possibly only when there are multiple jruby

Re: [jruby-dev] Built in graph profiler round 2

2011-05-09 Thread Daniel Lucraft
On Monday, 9 May 2011 at 14:58, Thomas E Enebo wrote: On Mon, May 9, 2011 at 8:16 AM, Daniel Lucraft wrote: > > * use thread times from ThreadMXBean instead of the global process > > cputime (possibly only when there are multiple jruby threads as this > > will slow > > things down) > This seems li

Re: [jruby-dev] Built in graph profiler round 2

2011-05-09 Thread Thomas E Enebo
On Mon, May 9, 2011 at 8:16 AM, Daniel Lucraft wrote: > Hi all, > > I've got some time to spend on improving the built in profiler support > soon, and wanted to get some suggestions. Current ideas in rough order > of priority: > >  * use thread times from ThreadMXBean instead of the global process