Hi Gabor,

On 10/24/2015 09:26 AM, Gabor Szabo wrote:
> The Devel::NYTProf helped me a lot locating the source of slowness on
> the Perl Maven site.
> Is there something similar for Perl 6 so I can try to improve the speed
> of the Perl 6 Maven site too?

Rakudo has a --profile command line option, which generates a HTML file
containing a single-page JS app that presents the profiling data.

But you should take care to only profile short program executions that
way (a few seconds at most), otherwise the result will be unusable in
the browser.

Cheers,
Moritz

Reply via email to