| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Role/BlockParser.pm |
| Statements | Executed 17 statements in 973µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 53µs | 53µs | Markdent::Role::BlockParser::BEGIN@2 |
| 1 | 1 | 1 | 41µs | 13.8ms | Markdent::Role::BlockParser::BEGIN@10 |
| 1 | 1 | 1 | 41µs | 109µs | Markdent::Role::BlockParser::BEGIN@7 |
| 1 | 1 | 1 | 40µs | 222µs | Markdent::Role::BlockParser::BEGIN@9 |
| 1 | 1 | 1 | 38µs | 56µs | Markdent::Role::BlockParser::BEGIN@6 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Markdent::Role::BlockParser; | ||||
| 2 | # spent 53µs within Markdent::Role::BlockParser::BEGIN@2 which was called:
# once (53µs+0s) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 4 | ||||
| 3 | 1 | 30µs | $Markdent::Role::BlockParser::VERSION = '0.17'; | ||
| 4 | 1 | 78µs | 1 | 53µs | } # spent 53µs making 1 call to Markdent::Role::BlockParser::BEGIN@2 |
| 5 | |||||
| 6 | 3 | 97µs | 2 | 75µs | # spent 56µs (38+18) within Markdent::Role::BlockParser::BEGIN@6 which was called:
# once (38µs+18µs) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 6 # spent 56µs making 1 call to Markdent::Role::BlockParser::BEGIN@6
# spent 18µs making 1 call to strict::import |
| 7 | 3 | 103µs | 2 | 176µs | # spent 109µs (41+68) within Markdent::Role::BlockParser::BEGIN@7 which was called:
# once (41µs+68µs) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 7 # spent 109µs making 1 call to Markdent::Role::BlockParser::BEGIN@7
# spent 68µs making 1 call to warnings::import |
| 8 | |||||
| 9 | 3 | 104µs | 2 | 403µs | # spent 222µs (40+181) within Markdent::Role::BlockParser::BEGIN@9 which was called:
# once (40µs+181µs) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 9 # spent 222µs making 1 call to Markdent::Role::BlockParser::BEGIN@9
# spent 181µs making 1 call to namespace::autoclean::import |
| 10 | 3 | 354µs | 2 | 27.5ms | # spent 13.8ms (41µs+13.7) within Markdent::Role::BlockParser::BEGIN@10 which was called:
# once (41µs+13.7ms) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 10 # spent 13.8ms making 1 call to Markdent::Role::BlockParser::BEGIN@10
# spent 13.7ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 11 | |||||
| 12 | 1 | 20µs | 1 | 87.4ms | with 'Markdent::Role::AnyParser'; # spent 87.4ms making 1 call to Moose::Role::with |
| 13 | |||||
| 14 | 1 | 16µs | 1 | 468µs | requires 'parse_document'; # spent 468µs making 1 call to Moose::Role::requires |
| 15 | |||||
| 16 | 1 | 20µs | 1 | 977µs | has _span_parser => ( # spent 977µs making 1 call to Moose::Role::has |
| 17 | is => 'ro', | ||||
| 18 | does => 'Markdent::Role::SpanParser', | ||||
| 19 | init_arg => 'span_parser', | ||||
| 20 | required => 1, | ||||
| 21 | ); | ||||
| 22 | |||||
| 23 | 1 | 92µs | 1; | ||
| 24 | |||||
| 25 | # ABSTRACT: A role for block parsers | ||||
| 26 | |||||
| - - | |||||
| 29 | =pod | ||||
| 30 | |||||
| - - | |||||
| 88 | 1 | 58µs | 1 | 10.5ms | __END__ # spent 10.5ms making 1 call to B::Hooks::EndOfScope::__ANON__[B/Hooks/EndOfScope.pm:26] |