← Index
NYTProf Performance Profile   « line view »
For /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/bin/perlcritic
  Run on Sat Mar 19 22:12:22 2016
Reported on Sat Mar 19 22:14:10 2016

Filename/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/darwin-2level/Clone.pm
StatementsExecuted 13 statements in 169µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1100326.80ms6.80msClone::::cloneClone::clone (xsub)
11125µs36µsClone::::BEGIN@3Clone::BEGIN@3
11118µs18µsClone::::bootstrapClone::bootstrap (xsub)
1116µs62µsClone::::BEGIN@4Clone::BEGIN@4
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Clone;
2
3223µs247µs
# spent 36µs (25+11) within Clone::BEGIN@3 which was called: # once (25µs+11µs) by PPI::Element::BEGIN@25 at line 3
use strict;
# spent 36µs making 1 call to Clone::BEGIN@3 # spent 11µs making 1 call to strict::import
4258µs2118µs
# spent 62µs (6+56) within Clone::BEGIN@4 which was called: # once (6µs+56µs) by PPI::Element::BEGIN@25 at line 4
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD);
# spent 62µs making 1 call to Clone::BEGIN@4 # spent 56µs making 1 call to vars::import
5
61300nsrequire Exporter;
71200nsrequire DynaLoader;
8168µsrequire AutoLoader;
9
1017µs@ISA = qw(Exporter DynaLoader);
111300ns@EXPORT = qw();
121500ns@EXPORT_OK = qw( clone );
13
141300ns$VERSION = '0.37';
15
1616µs1246µsbootstrap Clone $VERSION;
# spent 246µs making 1 call to DynaLoader::bootstrap
17
1815µs1;
19__END__
 
# spent 18µs within Clone::bootstrap which was called: # once (18µs+0s) by DynaLoader::bootstrap at line 217 of DynaLoader.pm
sub Clone::bootstrap; # xsub
# spent 6.80ms within Clone::clone which was called 1100 times, avg 6µs/call: # 951 times (5.57ms+0s) by PPI::Token::_QuoteEngine::Full::_fill at line 200 of PPI/Token/_QuoteEngine/Full.pm, avg 6µs/call # 144 times (1.21ms+0s) by PPI::Token::Whitespace::null at line 80 of PPI/Token/Whitespace.pm, avg 8µs/call # 5 times (22µs+0s) by PPI::Token::_QuoteEngine::Full::new at line 163 of PPI/Token/_QuoteEngine/Full.pm, avg 4µs/call
sub Clone::clone; # xsub