jvector has asked for the wisdom of the Perl Monks concerning the following question:
Salutations,
I am interested in profiling a web application built with CGI::Application, using Devel::NYTProf.
The docs for NYTProf recommend running a Perl file directly from the command line; or, for profiling under Apache, putting a PerlModule line in httpd.conf. However, this latter method presupposes that one has mod_perl enabled which is not the case in my environment.
I've tried, from the command line, running individual test scripts from the t/ directory but I would quite like to get a profile of the site whilst it's being used from a browser session.
Is that a sensible/reasonable thing to be seeking, and if so can it be done?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Using Devel::NYTProf with CGI::Application
by rsteiner (Scribe) on Sep 26, 2012 at 17:21 UTC | |
by jvector (Friar) on Oct 16, 2012 at 14:53 UTC | |
by Anonymous Monk on Feb 18, 2014 at 09:54 UTC | |
by Anonymous Monk on Feb 18, 2014 at 10:11 UTC | |
by marto (Cardinal) on Feb 18, 2014 at 10:32 UTC |