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

Filename/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/PPIx/Regexp/Structure/RegexSet.pm
StatementsExecuted 8 statements in 73µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11114µs25µsPPIx::Regexp::Structure::RegexSet::::BEGIN@3PPIx::Regexp::Structure::RegexSet::BEGIN@3
1117µs11µsPPIx::Regexp::Structure::RegexSet::::BEGIN@4PPIx::Regexp::Structure::RegexSet::BEGIN@4
1116µs54µsPPIx::Regexp::Structure::RegexSet::::BEGIN@6PPIx::Regexp::Structure::RegexSet::BEGIN@6
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package PPIx::Regexp::Structure::RegexSet;
2
3219µs237µs
# spent 25µs (14+12) within PPIx::Regexp::Structure::RegexSet::BEGIN@3 which was called: # once (14µs+12µs) by PPIx::Regexp::Lexer::BEGIN@56 at line 3
use strict;
# spent 25µs making 1 call to PPIx::Regexp::Structure::RegexSet::BEGIN@3 # spent 12µs making 1 call to strict::import
4220µs215µs
# spent 11µs (7+4) within PPIx::Regexp::Structure::RegexSet::BEGIN@4 which was called: # once (7µs+4µs) by PPIx::Regexp::Lexer::BEGIN@56 at line 4
use warnings;
# spent 11µs making 1 call to PPIx::Regexp::Structure::RegexSet::BEGIN@4 # spent 4µs making 1 call to warnings::import
5
6232µs2103µs
# spent 54µs (6+48) within PPIx::Regexp::Structure::RegexSet::BEGIN@6 which was called: # once (6µs+48µs) by PPIx::Regexp::Lexer::BEGIN@56 at line 6
use base qw{ PPIx::Regexp::Structure };
# spent 54µs making 1 call to PPIx::Regexp::Structure::RegexSet::BEGIN@6 # spent 48µs making 1 call to base::import
7
81600nsour $VERSION = '0.036';
9
1012µs1;
11
12__END__