← Index
NYTProf Performance Profile   « block view • line view • sub view »
For /usr/local/src/github.com/foswiki/core/bin/view
  Run on Sun Dec 4 17:17:59 2011
Reported on Sun Dec 4 17:26:41 2011

Filename/usr/share/perl/5.14/Carp/Heavy.pm
StatementsExecuted 4 statements in 56µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11125µs120µsCarp::::BEGIN@4.1Carp::BEGIN@4.1
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Carp;
2
3# On one line so MakeMaker will see it.
4351µs2216µs
# spent 120µs (25+95) within Carp::BEGIN@4.1 which was called: # once (25µs+95µs) by Foswiki::Sandbox::BEGIN@39 at line 4
use Carp; our $VERSION = $Carp::VERSION;
# spent 120µs making 1 call to Carp::BEGIN@4.1 # spent 95µs making 1 call to Exporter::import
5
615µs1;
7
8# Most of the machinery of Carp used to be there.
9# It has been moved in Carp.pm now, but this placeholder remains for
10# the benefit of modules that like to preload Carp::Heavy directly.