← Index
NYTProf Performance Profile   « line view »
For webmerge/scripts/webmerge.pl
  Run on Mon Oct 7 02:42:42 2013
Reported on Mon Oct 7 03:03:24 2013

Filename/usr/lib64/perl5/5.16.0/Carp/Heavy.pm
StatementsExecuted 4 statements in 212µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11155µs55µ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
32196µs155µs
# spent 55µs within Carp::Heavy::BEGIN@3 which was called: # once (55µs+0s) by IPC::Run3::BEGIN@55 at line 3
use Carp ();
# spent 55µs making 1 call to Carp::Heavy::BEGIN@3
4
514µsour $VERSION = '1.26';
6
7112µ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.