Filename | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/PPI/Exception/ParserTimeout.pm |
Statements | Executed 9 statements in 99µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 11µs | 23µs | BEGIN@3 | PPI::Exception::ParserTimeout::
1 | 1 | 1 | 8µs | 8µs | BEGIN@7 | PPI::Exception::ParserTimeout::
1 | 1 | 1 | 6µs | 35µs | BEGIN@6 | PPI::Exception::ParserTimeout::
1 | 1 | 1 | 3µs | 3µs | BEGIN@4 | PPI::Exception::ParserTimeout::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package PPI::Exception::ParserTimeout; | ||||
2 | |||||
3 | 2 | 22µs | 2 | 35µ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 # spent 23µs making 1 call to PPI::Exception::ParserTimeout::BEGIN@3
# spent 12µs making 1 call to strict::import |
4 | 2 | 24µs | 1 | 3µ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 # spent 3µs making 1 call to PPI::Exception::ParserTimeout::BEGIN@4 |
5 | |||||
6 | 2 | 29µs | 2 | 63µ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 # 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 | ||||
8 | 1 | 300ns | $VERSION = '1.215'; | ||
9 | 1 | 9µs | @ISA = 'PPI::Exception'; | ||
10 | 1 | 14µs | 1 | 8µs | } # spent 8µs making 1 call to PPI::Exception::ParserTimeout::BEGIN@7 |
11 | |||||
12 | 1 | 2µs | 1; |