-
-
17 May 2020 09:26:08 UTC
- Distribution: Apache-DB
- Module version: 0.16
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (5)
- Testers (136 / 0 / 0)
- Kwalitee
Bus factor: 2- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (9.59KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Apache::SmallProf - Hook Devel::SmallProf into mod_perl
SYNOPSIS
<IfDefine PERLSMALLPROF> <Perl> use Apache::DB (); Apache::DB->init; </Perl> <Location /> PerlFixupHandler Apache::SmallProf </Location> </IfDefine>
DESCRIPTION
Devel::SmallProf is a line-by-line code profiler. Apache::SmallProf provides this profiler in the mod_perl environment. Profiles are written to $ServerRoot/logs/smallprof and unlike Devel::SmallProf the profile is split into several files based on package name.
The Devel::SmallProf documentation explains how to analyize the profiles, e.g.:
% sort -nrk 2 logs/smallprof/CGI.pm.prof | more 1 0.104736 629: eval "package $pack; $$auto"; 2 0.002831 647: eval "package $pack; $code"; 5 0.002002 259: return $self->all_parameters unless @p; 5 0.000867 258: my($self,@p) = self_or_default(@_); ...
LICENSE
This module is distributed under the same terms as Perl itself.
SEE ALSO
Devel::SmallProf(3), Apache::DB(3), Apache::DProf(3)
AUTHOR
Devel::SmallProf - Ted Ashton Apache::SmallProf derived from Devel::SmallProf - Doug MacEachern
Currently maintained by Dirk Lindner <lze@cpan.org.org>
Module Install Instructions
To install Apache::DB, copy and paste the appropriate command in to your terminal.
cpanm Apache::DB
perl -MCPAN -e shell install Apache::DB
For more information on module installation, please visit the detailed CPAN module installation guide.