← Index
NYTProf Performance Profile   « line view »
For ./view
  Run on Fri Jul 31 19:05:14 2015
Reported on Fri Jul 31 19:08:09 2015

Filename/usr/share/perl5/vendor_perl/Carp/Heavy.pm
StatementsExecuted 4 statements in 41µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1119µs9µ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
3237µs19µs
# spent 9µs within Carp::Heavy::BEGIN@3 which was called: # once (9µs+0s) by Foswiki::Sandbox::BEGIN@37 at line 3
use Carp ();
# spent 9µs making 1 call to Carp::Heavy::BEGIN@3
4
51700nsour $VERSION = '1.26';
6
713µ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.