| 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 869µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 54µs | 54µs | Markdent::Role::BlockParser::BEGIN@2 |
| 1 | 1 | 1 | 43µs | 14.8ms | Markdent::Role::BlockParser::BEGIN@10 |
| 1 | 1 | 1 | 41µs | 221µs | Markdent::Role::BlockParser::BEGIN@9 |
| 1 | 1 | 1 | 39µs | 58µs | Markdent::Role::BlockParser::BEGIN@6 |
| 1 | 1 | 1 | 39µs | 109µs | Markdent::Role::BlockParser::BEGIN@7 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Markdent::Role::BlockParser; | ||||
| 2 | # spent 54µs within Markdent::Role::BlockParser::BEGIN@2 which was called:
# once (54µs+0s) by Class::MOP::__ANON__[/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Class/MOP.pm:118] at line 4 | ||||
| 3 | 1 | 30µs | $Markdent::Role::BlockParser::VERSION = '0.17'; | ||
| 4 | 1 | 77µs | 1 | 54µs | } # spent 54µs making 1 call to Markdent::Role::BlockParser::BEGIN@2 |
| 5 | |||||
| 6 | 3 | 96µs | 2 | 76µs | # spent 58µs (39+18) within Markdent::Role::BlockParser::BEGIN@6 which was called:
# once (39µs+18µs) by Class::MOP::__ANON__[/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Class/MOP.pm:118] at line 6 # spent 58µs making 1 call to Markdent::Role::BlockParser::BEGIN@6
# spent 18µs making 1 call to strict::import |
| 7 | 3 | 99µs | 2 | 178µs | # spent 109µs (39+70) within Markdent::Role::BlockParser::BEGIN@7 which was called:
# once (39µs+70µs) by Class::MOP::__ANON__[/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Class/MOP.pm:118] at line 7 # spent 109µs making 1 call to Markdent::Role::BlockParser::BEGIN@7
# spent 70µs making 1 call to warnings::import |
| 8 | |||||
| 9 | 3 | 105µs | 2 | 401µs | # spent 221µs (41+180) within Markdent::Role::BlockParser::BEGIN@9 which was called:
# once (41µs+180µs) by Class::MOP::__ANON__[/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Class/MOP.pm:118] at line 9 # spent 221µs making 1 call to Markdent::Role::BlockParser::BEGIN@9
# spent 180µs making 1 call to namespace::autoclean::import |
| 10 | 3 | 295µs | 2 | 29.6ms | # spent 14.8ms (43µs+14.8) within Markdent::Role::BlockParser::BEGIN@10 which was called:
# once (43µs+14.8ms) by Class::MOP::__ANON__[/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Class/MOP.pm:118] at line 10 # spent 14.8ms making 1 call to Markdent::Role::BlockParser::BEGIN@10
# spent 14.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 11 | |||||
| 12 | 1 | 17µs | 1 | 110ms | with 'Markdent::Role::AnyParser'; # spent 110ms making 1 call to Moose::Role::with |
| 13 | |||||
| 14 | 1 | 12µs | 1 | 324µs | requires 'parse_document'; # spent 324µs making 1 call to Moose::Role::requires |
| 15 | |||||
| 16 | 1 | 17µs | 1 | 684µs | has _span_parser => ( # spent 684µ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 | 63µs | 1; | ||
| 24 | |||||
| 25 | # ABSTRACT: A role for block parsers | ||||
| 26 | |||||
| - - | |||||
| 29 | =pod | ||||
| 30 | |||||
| - - | |||||
| 88 | 1 | 58µs | 1 | 17.2ms | __END__ # spent 17.2ms making 1 call to B::Hooks::EndOfScope::__ANON__[B/Hooks/EndOfScope.pm:26] |