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

Filename/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/PPI/Exception/ParserTimeout.pm
StatementsExecuted 9 statements in 99µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11111µs23µsPPI::Exception::ParserTimeout::::BEGIN@3PPI::Exception::ParserTimeout::BEGIN@3
1118µs8µsPPI::Exception::ParserTimeout::::BEGIN@7PPI::Exception::ParserTimeout::BEGIN@7
1116µs35µsPPI::Exception::ParserTimeout::::BEGIN@6PPI::Exception::ParserTimeout::BEGIN@6
1113µs3µsPPI::Exception::ParserTimeout::::BEGIN@4PPI::Exception::ParserTimeout::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 PPI::Exception::ParserTimeout;
2
3222µs235µs
# spent 23µs (11+12) within PPI::Exception::ParserTimeout::BEGIN@3 which was called: # once (11µs+12µs) by PPI::Document::BEGIN@74 at line 3
use strict;
# spent 23µs making 1 call to PPI::Exception::ParserTimeout::BEGIN@3 # spent 12µs making 1 call to strict::import
4224µs13µs
# spent 3µs within PPI::Exception::ParserTimeout::BEGIN@4 which was called: # once (3µs+0s) by PPI::Document::BEGIN@74 at line 4
use PPI::Exception ();
# spent 3µs making 1 call to PPI::Exception::ParserTimeout::BEGIN@4
5
6229µs263µs
# spent 35µs (6+29) within PPI::Exception::ParserTimeout::BEGIN@6 which was called: # once (6µs+29µs) by PPI::Document::BEGIN@74 at line 6
use vars qw{$VERSION @ISA};
# spent 35µs making 1 call to PPI::Exception::ParserTimeout::BEGIN@6 # spent 29µs making 1 call to vars::import
7
# spent 8µs within PPI::Exception::ParserTimeout::BEGIN@7 which was called: # once (8µs+0s) by PPI::Document::BEGIN@74 at line 10
BEGIN {
81300ns $VERSION = '1.215';
919µs @ISA = 'PPI::Exception';
10114µs18µs}
# spent 8µs making 1 call to PPI::Exception::ParserTimeout::BEGIN@7
11
1212µs1;