← Index
NYTProf Performance Profile   « block view • line view • sub view »
For t/app_dpath.t
  Run on Tue Jun 5 15:25:28 2012
Reported on Tue Jun 5 15:26:01 2012

Filename/home/ss5/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1/Carp/Heavy.pm
StatementsExecuted 4 statements in 182µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11143µs43µsCarp::Heavy::::BEGIN@3Carp::Heavy::BEGIN@3
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Carp::Heavy;
2
32169µs143µs
# spent 43µs within Carp::Heavy::BEGIN@3 which was called: # once (43µs+0s) by Config::General::BEGIN@29 at line 3
use Carp ();
# spent 43µs making 1 call to Carp::Heavy::BEGIN@3
4
513µsour $VERSION = '1.25';
6
7110µs1;
8
9# Most of the machinery of Carp used to be here.
10# It has been moved in Carp.pm now, but this placeholder remains for
11# the benefit of modules that like to preload Carp::Heavy directly.
12# This must load Carp, because some modules rely on the historical
13# behaviour of Carp::Heavy loading Carp.