The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RapidApp::CatalystX::Profile - tweaked from CatalystX::Profile to support manual starting as well as stopping of profiling

CatalystX::Profile - Profile your Catalyst application with Devel::NYTProf

VERSION

version 0.01

SYNOPSIS

    # In MyApp.pm
    use Catalyst qw( +RapidApp::CatalystX::Profile );

    NYTPROF=start=no perl -d:NYTProf script/myapp_server.pl
    
    Start profiling: /profile/start_profiling

    ... click around on your website ...

    Finish profiling: /profile/stop_profiling

DESCRIPTION

Original CatalystX::Profile description:

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.

BUGS, WARNINGS, POTENTIAL HEALTH HAZARDS

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).

AUTHOR

  Oliver Charles <oliver.g.charles@googlemail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 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.