CatalystX::Profile - Profile your Catalyst application with Devel::NYTProf
# In MyApp.pm
use Catalyst qw( +CatalystX::Profile );
export NYTPROF=start=no
perl -d:NYTProf script/myapp_server.pl
... click around on your website ...
Finish profiling: /profile/stop_profiling
This (really basic for now) plugin adds support for profiling your Catalyst
application, without profiling all the crap that happens during setup. This
noise can make finding the real profiling stuff trickier, so profiling is
disabled while this happens.
This module is really new - but it does do what it says on the tin so far. But I
really need some feedback! Please submit all feature suggestions either on
here via RT, or just poke me on irc.perl.org (I'm aCiD2).
Oliver Charles <oliver.g.charles@googlemail.com>
This software is copyright (c) 2011 by Oliver Charles.
This is free software; you can redistribute it and/or modify it
under the same terms as the Perl 5 programming language system itself.