GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CatalystX::Profile(3) User Contributed Perl Documentation CatalystX::Profile(3)

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

version 0.02

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

2011-08-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.