← 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:11 2016

Filename/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/PPI.pm
StatementsExecuted 40 statements in 1.14ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1113.21ms3.53msPPI::::BEGIN@29PPI::BEGIN@29
1112.55ms3.41msPPI::::BEGIN@23PPI::BEGIN@23
1111.80ms2.13msPPI::::BEGIN@28PPI::BEGIN@28
111921µs3.22msPPI::::BEGIN@22PPI::BEGIN@22
111919µs10.8msPPI::::BEGIN@21PPI::BEGIN@21
111894µs1.07msPPI::::BEGIN@26PPI::BEGIN@26
111586µs1.36msPPI::::BEGIN@27PPI::BEGIN@27
111305µs414µsPPI::::BEGIN@24PPI::BEGIN@24
11114µs14µsPPI::::BEGIN@5PPI::BEGIN@5
11112µs12µsPPI::::BEGIN@17PPI::BEGIN@17
1117µs54µsPPI::::BEGIN@9PPI::BEGIN@9
1116µs17µsPPI::::BEGIN@6PPI::BEGIN@6
1115µs5µsPPI::::CORE:matchPPI::CORE:match (opcode)
1114µs4µsPPI::::BEGIN@10PPI::BEGIN@10
1113µs3µsPPI::::BEGIN@25PPI::BEGIN@25
1113µs3µsPPI::::BEGIN@18PPI::BEGIN@18
1113µs3µsPPI::::BEGIN@20PPI::BEGIN@20
1113µs3µsPPI::::BEGIN@19PPI::BEGIN@19
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package PPI;
2
3# See POD at end for documentation
4
5240µs114µs
# spent 14µs within PPI::BEGIN@5 which was called: # once (14µs+0s) by PPIx::Utilities::Statement::BEGIN@19 at line 5
use 5.006;
# spent 14µs making 1 call to PPI::BEGIN@5
6220µs228µs
# spent 17µs (6+11) within PPI::BEGIN@6 which was called: # once (6µs+11µs) by PPIx::Utilities::Statement::BEGIN@19 at line 6
use strict;
# spent 17µs making 1 call to PPI::BEGIN@6 # spent 11µs making 1 call to strict::import
7
8# Set the version for CPAN
9233µs2101µs
# spent 54µs (7+47) within PPI::BEGIN@9 which was called: # once (7µs+47µs) by PPIx::Utilities::Statement::BEGIN@19 at line 9
use vars qw{$VERSION $XS_COMPATIBLE @XS_EXCLUDE};
# spent 54µs making 1 call to PPI::BEGIN@9 # spent 47µs making 1 call to vars::import
10
# spent 4µs within PPI::BEGIN@10 which was called: # once (4µs+0s) by PPIx::Utilities::Statement::BEGIN@19 at line 14
BEGIN {
111300ns $VERSION = '1.215';
121200ns $XS_COMPATIBLE = '0.845';
1314µs @XS_EXCLUDE = ();
14118µs14µs}
# spent 4µs making 1 call to PPI::BEGIN@10
15
16# Load everything
17226µs112µs
# spent 12µs within PPI::BEGIN@17 which was called: # once (12µs+0s) by PPIx::Utilities::Statement::BEGIN@19 at line 17
use PPI::Util ();
# spent 12µs making 1 call to PPI::BEGIN@17
18215µs13µs
# spent 3µs within PPI::BEGIN@18 which was called: # once (3µs+0s) by PPIx::Utilities::Statement::BEGIN@19 at line 18
use PPI::Exception ();
# spent 3µs making 1 call to PPI::BEGIN@18
19215µs13µs
# spent 3µs within PPI::BEGIN@19 which was called: # once (3µs+0s) by PPIx::Utilities::Statement::BEGIN@19 at line 19
use PPI::Element ();
# spent 3µs making 1 call to PPI::BEGIN@19
20214µs13µs
# spent 3µs within PPI::BEGIN@20 which was called: # once (3µs+0s) by PPIx::Utilities::Statement::BEGIN@19 at line 20
use PPI::Token ();
# spent 3µs making 1 call to PPI::BEGIN@20
212154µs110.8ms
# spent 10.8ms (919µs+9.91) within PPI::BEGIN@21 which was called: # once (919µs+9.91ms) by PPIx::Utilities::Statement::BEGIN@19 at line 21
use PPI::Statement ();
# spent 10.8ms making 1 call to PPI::BEGIN@21
222124µs13.22ms
# spent 3.22ms (921µs+2.30) within PPI::BEGIN@22 which was called: # once (921µs+2.30ms) by PPIx::Utilities::Statement::BEGIN@19 at line 22
use PPI::Structure ();
# spent 3.22ms making 1 call to PPI::BEGIN@22
232100µs13.41ms
# spent 3.41ms (2.55+861µs) within PPI::BEGIN@23 which was called: # once (2.55ms+861µs) by PPIx::Utilities::Statement::BEGIN@19 at line 23
use PPI::Document ();
# spent 3.41ms making 1 call to PPI::BEGIN@23
24283µs1414µs
# spent 414µs (305+108) within PPI::BEGIN@24 which was called: # once (305µs+108µs) by PPIx::Utilities::Statement::BEGIN@19 at line 24
use PPI::Document::File ();
# spent 414µs making 1 call to PPI::BEGIN@24
25216µs13µs
# spent 3µs within PPI::BEGIN@25 which was called: # once (3µs+0s) by PPIx::Utilities::Statement::BEGIN@19 at line 25
use PPI::Document::Fragment ();
# spent 3µs making 1 call to PPI::BEGIN@25
26298µs11.07ms
# spent 1.07ms (894µs+174µs) within PPI::BEGIN@26 which was called: # once (894µs+174µs) by PPIx::Utilities::Statement::BEGIN@19 at line 26
use PPI::Document::Normalized ();
# spent 1.07ms making 1 call to PPI::BEGIN@26
27291µs11.36ms
# spent 1.36ms (586µs+776µs) within PPI::BEGIN@27 which was called: # once (586µs+776µs) by PPIx::Utilities::Statement::BEGIN@19 at line 27
use PPI::Normal ();
# spent 1.36ms making 1 call to PPI::BEGIN@27
282108µs12.13ms
# spent 2.13ms (1.80+322µs) within PPI::BEGIN@28 which was called: # once (1.80ms+322µs) by PPIx::Utilities::Statement::BEGIN@19 at line 28
use PPI::Tokenizer ();
# spent 2.13ms making 1 call to PPI::BEGIN@28
292131µs13.53ms
# spent 3.53ms (3.21+325µs) within PPI::BEGIN@29 which was called: # once (3.21ms+325µs) by PPIx::Utilities::Statement::BEGIN@19 at line 29
use PPI::Lexer ();
# spent 3.53ms making 1 call to PPI::BEGIN@29
30
31# If it is installed, load in PPI::XS
321300nsunless ( $PPI::XS_DISABLE ) {
33236µs eval { require PPI::XS };
34 # Only ignore the failure to load PPI::XS if not installed
35111µs15µs die if $@ && $@ !~ /^Can't locate .*? at /;
# spent 5µs making 1 call to PPI::CORE:match
36}
37
3815µs1;
39
40__END__
 
# spent 5µs within PPI::CORE:match which was called: # once (5µs+0s) by PPIx::Utilities::Statement::BEGIN@19 at line 35
sub PPI::CORE:match; # opcode