1CatalystX::Profile(3) User Contributed Perl DocumentationCatalystX::Profile(3)
2
3
4
6 CatalystX::Profile - Profile your Catalyst application with
7 Devel::NYTProf
8
10 version 0.02
11
13 # In MyApp.pm
14 use Catalyst qw( +CatalystX::Profile );
15
16 export NYTPROF=start=no
17 perl -d:NYTProf script/myapp_server.pl
18
19 ... click around on your website ...
20
21 Finish profiling: /profile/stop_profiling
22
24 This (really basic for now) plugin adds support for profiling your
25 Catalyst application, without profiling all the crap that happens
26 during setup. This noise can make finding the real profiling stuff
27 trickier, so profiling is disabled while this happens.
28
30 This module is really new - but it does do what it says on the tin so
31 far. But I really need some feedback! Please submit all feature
32 suggestions either on here via RT, or just poke me on irc.perl.org (I'm
33 aCiD2).
34
36 Oliver Charles <oliver.g.charles@googlemail.com>
37
39 This software is copyright (c) 2011 by Oliver Charles.
40
41 This is free software; you can redistribute it and/or modify it under
42 the same terms as the Perl 5 programming language system itself.
43
44
45
46perl v5.36.0 2022-07-22 CatalystX::Profile(3)