Devel-WxProf
view release on metacpan or search on metacpan
bin/wxprofile view on Meta::CPAN
Times: wall
Resolution: 1/10000s
profiles closures: Yes
profiles DESTROY: Yes
sub exit w/o return: No
outputs raw data: Yes
data format: Devel::DProf
=over
=head1 BUGS AND LIMITATIONS
Many.
See L<Devel::WxProf> for more information
=over
=item * Memory usage
wxprofile eats up around 20x more memory than your profile data.
lib/Devel/WxProf.pm view on Meta::CPAN
=head1 ENVIRONMENT
=over 4
=item C<PERL_DPROF_OUT_FILE_NAME>
Filename to save profile data to, default is F<tmon.out>
=back
=head1 BUGS AND LIMITATIONS
Many.
Devel::WxProf measures wall clock times. These may be happily inaccurate -
especially if run under a system with heavy load, or a program using
interactive dialogs. Wall clock (also called stopwatch) times do not
nesseccarily represnt the processing time required to run a program.
Devel::WxProf does not profile anonymous subroutines (yet).
( run in 0.496 second using v1.01-cache-2.11-cpan-4d50c553e7e )