← Index
NYTProf Performance Profile   « line view »
For ../prof.pl
  Run on Thu Dec 15 15:23:56 2022
Reported on Thu Dec 15 15:27:03 2022

Filename/Users/ether/perl5/perlbrew/perls/36.0/lib/5.36.0/Carp/Heavy.pm
StatementsExecuted 6 statements in 184µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11128µs28µ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
32173µs128µs
# spent 28µs within Carp::Heavy::BEGIN@3 which was called: # once (28µs+0s) by Method::Generate::Constructor::BEGIN@10 at line 3
use Carp ();
# spent 28µs making 1 call to Carp::Heavy::BEGIN@3
4
511µsour $VERSION = '1.52';
612µs$VERSION =~ tr/_//d;
7
8# Carp::Heavy was merged into Carp in version 1.12. Any mismatched versions
9# after this point are not significant and can be ignored.
1012µsif(($Carp::VERSION || 0) < 1.12) {
11 my $cv = defined($Carp::VERSION) ? $Carp::VERSION : "undef";
12 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";
13}
14
1516µs1;
16
17# Most of the machinery of Carp used to be here.
18# It has been moved in Carp.pm now, but this placeholder remains for
19# the benefit of modules that like to preload Carp::Heavy directly.
20# This must load Carp, because some modules rely on the historical
21# behaviour of Carp::Heavy loading Carp.