← Index
NYTProf Performance Profile   « line view »
For svc/members/upsert
  Run on Tue Jan 13 11:50:22 2015
Reported on Tue Jan 13 12:09:51 2015

Filename/usr/share/perl/5.20/Carp/Heavy.pm
StatementsExecuted 6 statements in 97µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11113µs13µ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
3290µs113µs
# spent 13µs within Carp::Heavy::BEGIN@3 which was called: # once (13µs+0s) by parent::import at line 3
use Carp ();
# spent 13µs making 1 call to Carp::Heavy::BEGIN@3
4
51500nsour $VERSION = '1.3301';
6
711µsmy $cv = defined($Carp::VERSION) ? $Carp::VERSION : "undef";
81500nsif($cv ne $VERSION) {
9 die "Version mismatch between Carp $cv ($INC{q(Carp.pm)}) and Carp::Heavy $VERSION ($INC{q(Carp/Heavy.pm)}). Did you alter \@INC after Carp was loaded?\n";
10}
11
1215µs1;
13
14# Most of the machinery of Carp used to be here.
15# It has been moved in Carp.pm now, but this placeholder remains for
16# the benefit of modules that like to preload Carp::Heavy directly.
17# This must load Carp, because some modules rely on the historical
18# behaviour of Carp::Heavy loading Carp.