← Index
NYTProf Performance Profile   « line view »
For examples/Atom-timer.pl
  Run on Mon Aug 12 14:45:28 2013
Reported on Mon Aug 12 14:46:14 2013

Filename/Users/dde/perl5/perlbrew/perls/5.18.0t/lib/5.18.0/Carp/Heavy.pm
StatementsExecuted 4 statements in 37µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1117µs7µ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
3234µs17µs
# spent 7µs within Carp::Heavy::BEGIN@3 which was called: # once (7µs+0s) by Moose::Error::Default::BEGIN@12 at line 3
use Carp ();
# spent 7µs making 1 call to Carp::Heavy::BEGIN@3
4
51500nsour $VERSION = '1.29';
6
712µ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.