| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/StartHTMLTag.pm |
| Statements | Executed 24 statements in 1.45ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 50µs | 230µs | Markdent::Event::StartHTMLTag::BEGIN@11 |
| 1 | 1 | 1 | 49µs | 26.0ms | Markdent::Event::StartHTMLTag::BEGIN@13 |
| 1 | 1 | 1 | 47µs | 22.9ms | Markdent::Event::StartHTMLTag::BEGIN@12 |
| 1 | 1 | 1 | 46µs | 46µs | Markdent::Event::StartHTMLTag::BEGIN@2 |
| 1 | 1 | 1 | 40µs | 16.3ms | Markdent::Event::StartHTMLTag::BEGIN@9 |
| 1 | 1 | 1 | 40µs | 109µs | Markdent::Event::StartHTMLTag::BEGIN@7 |
| 1 | 1 | 1 | 39µs | 57µs | Markdent::Event::StartHTMLTag::BEGIN@6 |
| 0 | 0 | 0 | 0s | 0s | Markdent::Event::StartHTMLTag::__ANON__[:24] |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Markdent::Event::StartHTMLTag; | ||||
| 2 | # spent 46µs within Markdent::Event::StartHTMLTag::BEGIN@2 which was called:
# once (46µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@24 at line 4 | ||||
| 3 | 1 | 29µs | $Markdent::Event::StartHTMLTag::VERSION = '0.17'; | ||
| 4 | 1 | 74µs | 1 | 46µs | } # spent 46µs making 1 call to Markdent::Event::StartHTMLTag::BEGIN@2 |
| 5 | |||||
| 6 | 3 | 103µs | 2 | 75µs | # spent 57µs (39+18) within Markdent::Event::StartHTMLTag::BEGIN@6 which was called:
# once (39µs+18µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@24 at line 6 # spent 57µs making 1 call to Markdent::Event::StartHTMLTag::BEGIN@6
# spent 18µs making 1 call to strict::import |
| 7 | 3 | 112µs | 2 | 178µs | # spent 109µs (40+69) within Markdent::Event::StartHTMLTag::BEGIN@7 which was called:
# once (40µs+69µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@24 at line 7 # spent 109µs making 1 call to Markdent::Event::StartHTMLTag::BEGIN@7
# spent 69µs making 1 call to warnings::import |
| 8 | |||||
| 9 | 3 | 156µs | 2 | 32.6ms | # spent 16.3ms (40µs+16.3) within Markdent::Event::StartHTMLTag::BEGIN@9 which was called:
# once (40µs+16.3ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@24 at line 9 # spent 16.3ms making 1 call to Markdent::Event::StartHTMLTag::BEGIN@9
# spent 16.3ms making 1 call to MooseX::Types::Combine::import |
| 10 | |||||
| 11 | 3 | 111µs | 2 | 410µs | # spent 230µs (50+180) within Markdent::Event::StartHTMLTag::BEGIN@11 which was called:
# once (50µs+180µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@24 at line 11 # spent 230µs making 1 call to Markdent::Event::StartHTMLTag::BEGIN@11
# spent 180µs making 1 call to namespace::autoclean::import |
| 12 | 3 | 159µs | 2 | 45.7ms | # spent 22.9ms (47µs+22.8) within Markdent::Event::StartHTMLTag::BEGIN@12 which was called:
# once (47µs+22.8ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@24 at line 12 # spent 22.9ms making 1 call to Markdent::Event::StartHTMLTag::BEGIN@12
# spent 22.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | 3 | 431µs | 2 | 52.0ms | # spent 26.0ms (49µs+26.0) within Markdent::Event::StartHTMLTag::BEGIN@13 which was called:
# once (49µs+26.0ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@24 at line 13 # spent 26.0ms making 1 call to Markdent::Event::StartHTMLTag::BEGIN@13
# spent 26.0ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 14 | |||||
| 15 | 1 | 25µs | 2 | 8.07ms | has tag => ( # spent 7.73ms making 1 call to Moose::has
# spent 335µs making 1 call to __TYPE__::Str |
| 16 | is => 'ro', | ||||
| 17 | isa => Str, | ||||
| 18 | required => 1, | ||||
| 19 | ); | ||||
| 20 | |||||
| 21 | has attributes => ( | ||||
| 22 | is => 'ro', | ||||
| 23 | isa => HashRef, | ||||
| 24 | default => sub { {} }, | ||||
| 25 | 1 | 33µs | 2 | 8.58ms | ); # spent 8.25ms making 1 call to Moose::has
# spent 332µs making 1 call to __TYPE__::HashRef |
| 26 | |||||
| 27 | 1 | 18µs | 1 | 37.8ms | with 'Markdent::Role::Event'; # spent 37.8ms making 1 call to Moose::with |
| 28 | |||||
| 29 | 1 | 25µs | 2 | 16.0ms | __PACKAGE__->meta()->make_immutable(); # spent 15.9ms making 1 call to Class::MOP::Class::make_immutable
# spent 89µs making 1 call to Markdent::Event::StartHTMLTag::meta |
| 30 | |||||
| 31 | 1 | 108µs | 1; | ||
| 32 | |||||
| 33 | # ABSTRACT: An event for the start of an inline HTML tag | ||||
| 34 | |||||
| - - | |||||
| 37 | =pod | ||||
| 38 | |||||
| - - | |||||
| 86 | 1 | 63µs | 1 | 19.3ms | __END__ # spent 19.3ms making 1 call to B::Hooks::EndOfScope::__ANON__[B/Hooks/EndOfScope.pm:26] |