| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/HTMLBlock.pm |
| Statements | Executed 23 statements in 1.27ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 99µs | 27.7ms | Markdent::Event::HTMLBlock::BEGIN@12 |
| 1 | 1 | 1 | 59µs | 28.8ms | Markdent::Event::HTMLBlock::BEGIN@13 |
| 1 | 1 | 1 | 46µs | 46µs | Markdent::Event::HTMLBlock::BEGIN@2 |
| 1 | 1 | 1 | 45µs | 227µs | Markdent::Event::HTMLBlock::BEGIN@11 |
| 1 | 1 | 1 | 39µs | 15.6ms | Markdent::Event::HTMLBlock::BEGIN@9 |
| 1 | 1 | 1 | 38µs | 107µs | Markdent::Event::HTMLBlock::BEGIN@7 |
| 1 | 1 | 1 | 38µs | 55µs | Markdent::Event::HTMLBlock::BEGIN@6 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Markdent::Event::HTMLBlock; | ||||
| 2 | # spent 46µs within Markdent::Event::HTMLBlock::BEGIN@2 which was called:
# once (46µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@25 at line 4 | ||||
| 3 | 1 | 28µs | $Markdent::Event::HTMLBlock::VERSION = '0.17'; | ||
| 4 | 1 | 70µs | 1 | 46µs | } # spent 46µs making 1 call to Markdent::Event::HTMLBlock::BEGIN@2 |
| 5 | |||||
| 6 | 3 | 93µs | 2 | 73µs | # spent 55µs (38+18) within Markdent::Event::HTMLBlock::BEGIN@6 which was called:
# once (38µs+18µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@25 at line 6 # spent 55µs making 1 call to Markdent::Event::HTMLBlock::BEGIN@6
# spent 18µs making 1 call to strict::import |
| 7 | 3 | 106µs | 2 | 175µs | # spent 107µs (38+68) within Markdent::Event::HTMLBlock::BEGIN@7 which was called:
# once (38µs+68µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@25 at line 7 # spent 107µs making 1 call to Markdent::Event::HTMLBlock::BEGIN@7
# spent 68µs making 1 call to warnings::import |
| 8 | |||||
| 9 | 3 | 148µs | 2 | 31.2ms | # spent 15.6ms (39µs+15.6) within Markdent::Event::HTMLBlock::BEGIN@9 which was called:
# once (39µs+15.6ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@25 at line 9 # spent 15.6ms making 1 call to Markdent::Event::HTMLBlock::BEGIN@9
# spent 15.6ms making 1 call to MooseX::Types::Combine::import |
| 10 | |||||
| 11 | 3 | 103µs | 2 | 408µs | # spent 227µs (45+182) within Markdent::Event::HTMLBlock::BEGIN@11 which was called:
# once (45µs+182µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@25 at line 11 # spent 227µs making 1 call to Markdent::Event::HTMLBlock::BEGIN@11
# spent 182µs making 1 call to namespace::autoclean::import |
| 12 | 3 | 215µs | 2 | 55.3ms | # spent 27.7ms (99µs+27.6) within Markdent::Event::HTMLBlock::BEGIN@12 which was called:
# once (99µs+27.6ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@25 at line 12 # spent 27.7ms making 1 call to Markdent::Event::HTMLBlock::BEGIN@12
# spent 27.6ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | 3 | 288µs | 2 | 57.5ms | # spent 28.8ms (59µs+28.7) within Markdent::Event::HTMLBlock::BEGIN@13 which was called:
# once (59µs+28.7ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@25 at line 13 # spent 28.8ms making 1 call to Markdent::Event::HTMLBlock::BEGIN@13
# spent 28.7ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 14 | |||||
| 15 | 1 | 27µs | 2 | 8.03ms | has html => ( # spent 7.70ms making 1 call to Moose::has
# spent 330µs making 1 call to __TYPE__::Str |
| 16 | is => 'ro', | ||||
| 17 | isa => Str, | ||||
| 18 | required => 1, | ||||
| 19 | ); | ||||
| 20 | |||||
| 21 | 1 | 17µs | 1 | 35.2ms | with 'Markdent::Role::Event'; # spent 35.2ms making 1 call to Moose::with |
| 22 | |||||
| 23 | 1 | 25µs | 2 | 14.7ms | __PACKAGE__->meta()->make_immutable(); # spent 14.7ms making 1 call to Class::MOP::Class::make_immutable
# spent 91µs making 1 call to Markdent::Event::HTMLBlock::meta |
| 24 | |||||
| 25 | 1 | 87µs | 1; | ||
| 26 | |||||
| 27 | # ABSTRACT: An event for an HTML block | ||||
| 28 | |||||
| - - | |||||
| 31 | =pod | ||||
| 32 | |||||
| - - | |||||
| 75 | 1 | 58µs | 1 | 16.9ms | __END__ # spent 16.9ms making 1 call to B::Hooks::EndOfScope::__ANON__[B/Hooks/EndOfScope.pm:26] |