| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/HTMLTag.pm |
| Statements | Executed 24 statements in 1.45ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 48µs | 25.2ms | Markdent::Event::HTMLTag::BEGIN@13 |
| 1 | 1 | 1 | 48µs | 118µs | Markdent::Event::HTMLTag::BEGIN@7 |
| 1 | 1 | 1 | 47µs | 47µs | Markdent::Event::HTMLTag::BEGIN@2 |
| 1 | 1 | 1 | 44µs | 224µs | Markdent::Event::HTMLTag::BEGIN@11 |
| 1 | 1 | 1 | 44µs | 29.1ms | Markdent::Event::HTMLTag::BEGIN@12 |
| 1 | 1 | 1 | 41µs | 16.1ms | Markdent::Event::HTMLTag::BEGIN@9 |
| 1 | 1 | 1 | 39µs | 57µs | Markdent::Event::HTMLTag::BEGIN@6 |
| 0 | 0 | 0 | 0s | 0s | Markdent::Event::HTMLTag::__ANON__[:24] |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Markdent::Event::HTMLTag; | ||||
| 2 | # spent 47µs within Markdent::Event::HTMLTag::BEGIN@2 which was called:
# once (47µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@20 at line 4 | ||||
| 3 | 1 | 26µs | $Markdent::Event::HTMLTag::VERSION = '0.17'; | ||
| 4 | 1 | 73µs | 1 | 47µs | } # spent 47µs making 1 call to Markdent::Event::HTMLTag::BEGIN@2 |
| 5 | |||||
| 6 | 3 | 122µs | 2 | 75µs | # spent 57µs (39+18) within Markdent::Event::HTMLTag::BEGIN@6 which was called:
# once (39µs+18µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@20 at line 6 # spent 57µs making 1 call to Markdent::Event::HTMLTag::BEGIN@6
# spent 18µs making 1 call to strict::import |
| 7 | 3 | 116µs | 2 | 187µs | # spent 118µs (48+70) within Markdent::Event::HTMLTag::BEGIN@7 which was called:
# once (48µs+70µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@20 at line 7 # spent 118µs making 1 call to Markdent::Event::HTMLTag::BEGIN@7
# spent 70µs making 1 call to warnings::import |
| 8 | |||||
| 9 | 3 | 150µs | 2 | 32.2ms | # spent 16.1ms (41µs+16.1) within Markdent::Event::HTMLTag::BEGIN@9 which was called:
# once (41µs+16.1ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@20 at line 9 # spent 16.1ms making 1 call to Markdent::Event::HTMLTag::BEGIN@9
# spent 16.1ms making 1 call to MooseX::Types::Combine::import |
| 10 | |||||
| 11 | 3 | 104µs | 2 | 403µs | # spent 224µs (44+179) within Markdent::Event::HTMLTag::BEGIN@11 which was called:
# once (44µs+179µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@20 at line 11 # spent 224µs making 1 call to Markdent::Event::HTMLTag::BEGIN@11
# spent 179µs making 1 call to namespace::autoclean::import |
| 12 | 3 | 156µs | 2 | 58.1ms | # spent 29.1ms (44µs+29.0) within Markdent::Event::HTMLTag::BEGIN@12 which was called:
# once (44µs+29.0ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@20 at line 12 # spent 29.1ms making 1 call to Markdent::Event::HTMLTag::BEGIN@12
# spent 29.0ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | 3 | 430µs | 2 | 50.4ms | # spent 25.2ms (48µs+25.2) within Markdent::Event::HTMLTag::BEGIN@13 which was called:
# once (48µs+25.2ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@20 at line 13 # spent 25.2ms making 1 call to Markdent::Event::HTMLTag::BEGIN@13
# spent 25.2ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 14 | |||||
| 15 | 1 | 24µs | 2 | 8.04ms | has tag => ( # spent 7.70ms 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 | 31µs | 2 | 9.90ms | ); # spent 9.57ms making 1 call to Moose::has
# spent 334µs making 1 call to __TYPE__::HashRef |
| 26 | |||||
| 27 | 1 | 15µs | 1 | 35.7ms | with 'Markdent::Role::Event'; # spent 35.7ms making 1 call to Moose::with |
| 28 | |||||
| 29 | 1 | 24µ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::HTMLTag::meta |
| 30 | |||||
| 31 | 1 | 109µs | 1; | ||
| 32 | |||||
| 33 | # ABSTRACT: An event for an inline self-closing HTML tag | ||||
| 34 | |||||
| - - | |||||
| 37 | =pod | ||||
| 38 | |||||
| - - | |||||
| 86 | 1 | 66µs | 1 | 20.4ms | __END__ # spent 20.4ms making 1 call to B::Hooks::EndOfScope::__ANON__[B/Hooks/EndOfScope.pm:26] |