You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@groovy.apache.org by Ralph Johnson <rj...@gmail.com> on 2019/09/19 18:31:46 UTC

Performance analysis of Groovy programs

I've got a large Groovy project that is too slow.   I looked at it with
VisualVM and saw a few interesting things, but in general I mostly saw the
Groovy reflection mechanism.  Does anybody have a plugin for VisualVM that
would filter out the implementation of Groovy and let me see my program?

Long ago I used a groovy package called gprof to profile Groovy code.  But
it is advertised as working with Groovy 2.4 and it was last updated a few
years ago, so I doubt it works now.  Does anyone know for sure?

What do people use for profiling Groovy code?

-Ralph Johnson

Re: Performance analysis of Groovy programs

Posted by nainar muthu <vm...@gmail.com>.
Unsubscribe


On Fri, 20 Sep 2019, 11:56 Robert Oschwald, <ro...@gmail.com>
wrote:

> XRebel also does a good job to find performance issues.
>
> Sent while mobile.
>
> > Am 20.09.2019 um 03:25 schrieb Daniel.Sun <su...@apache.org>:
> >
> > Hi Ralph,
> >
> >    FYI. I ususally tune performance with YourKit, and threat groovy code
> as
> > normal java code to tune.
> >
> > Cheers,
> > Daniel.Sun
> >
> >
> >
> > -----
> > Apache Groovy committer & PMC member
> > Blog: http://blog.sunlan.me
> > Twitter: @daniel_sun
> >
> > --
> > Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html
>

Re: Performance analysis of Groovy programs

Posted by Robert Oschwald <ro...@gmail.com>.
XRebel also does a good job to find performance issues.

Sent while mobile.

> Am 20.09.2019 um 03:25 schrieb Daniel.Sun <su...@apache.org>:
> 
> Hi Ralph,
> 
>    FYI. I ususally tune performance with YourKit, and threat groovy code as
> normal java code to tune.
> 
> Cheers,
> Daniel.Sun
> 
> 
> 
> -----
> Apache Groovy committer & PMC member 
> Blog: http://blog.sunlan.me 
> Twitter: @daniel_sun 
> 
> --
> Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: Performance analysis of Groovy programs

Posted by "Daniel.Sun" <su...@apache.org>.
Hi Ralph,

    FYI. I ususally tune performance with YourKit, and threat groovy code as
normal java code to tune.

Cheers,
Daniel.Sun



-----
Apache Groovy committer & PMC member 
Blog: http://blog.sunlan.me 
Twitter: @daniel_sun 

--
Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html