NAME
Devel::NYTProf::Apache - Profile mod_perl applications with Devel::NYTProf
SYNOPSIS
# in you Apache config file with mod_perl installed
PerlPassEnv NYTPROF
PerlModule Devel::NYTProf::Apache
DESCRIPTION
This module allows mod_perl applciations to be profiled using Devel::NYTProf
.
NOTES
For proper functioning of Devel::NYTProf
, the NYTPROF environment variable should be set. See "ENVIRONMENT VARIABLES" in Devel::NYTProf for more details on the settings effected by this environment variable. Certain settings are important for mod_perl
users.
- file=N
-
Tells
Devel::NYTProf
where to save your profile data. The module defaults to '/tmp/nytprof.$$.out' which may not be what you want.
SEE ALSO
AUTHOR
Adam Kaplan, <akaplan at nytimes.com>
Tim Bunce, http://www.tim.bunce.name and http://blog.timbunce.org Steve Peters, <steve at fisharerojo.org>
COPYRIGHT AND LICENSE
Copyright (C) 2008 by Adam Kaplan and The New York Times Company. Copyright (C) 2008 by Steve Peters. Copyright (C) 2008 by Tim Bunce.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.