How to profile Perl 6 applications?

2015-10-24 Thread Gabor Szabo
Hi, 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? Gabor

Re: How to profile Perl 6 applications?

2015-10-24 Thread Moritz Lenz
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,

Re: How to profile Perl 6 applications?

2015-10-24 Thread Timo Paulssen
On 24/10/15 09:40, Moritz Lenz wrote: 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

Forking or running external process in background

2015-10-24 Thread Gabor Szabo
I am trying to test the Perl6::Maven web application by launching the full application (which is uses Bailador) and then accessing the pages using LWP::Simple. Unfortunately so far I could not figure out how to launch an external program in the background or how to fork an exec ? I tried QX{"com

Re: Forking or running external process in background

2015-10-24 Thread Moritz Lenz
On 10/24/2015 10:06 AM, Gabor Szabo wrote: > I am trying to test the Perl6::Maven web application by launching the > full application (which is uses Bailador) and then accessing the pages > using LWP::Simple. > > > Unfortunately so far I could not figure out how to launch an external > program

Re: How to profile Perl 6 applications?

2015-10-24 Thread Moritz Lenz
Hi, On 10/24/2015 09:52 AM, Timo Paulssen wrote: > On 24/10/15 09:40, Moritz Lenz wrote: >> 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 c