← Index
NYTProf Performance Profile   « block view • line view • sub view »
For bin/pan_genome_post_analysis
  Run on Fri Mar 27 11:43:32 2015
Reported on Fri Mar 27 11:45:44 2015

Filename/Users/ap13/perl5/lib/perl5/Carp/Heavy.pm
StatementsExecuted 6 statements in 87µ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
3276µs19µs
# spent 9µs within Carp::Heavy::BEGIN@3 which was called: # once (9µs+0s) by Bio::Root::IO::BEGIN@75 at line 3
use Carp ();
# spent 9µs making 1 call to Carp::Heavy::BEGIN@3
4
51600nsour $VERSION = '1.3301';
6
71600nsmy $cv = defined($Carp::VERSION) ? $Carp::VERSION : "undef";
81200nsif($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
1219µ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.