| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/EndStrong.pm |
| Statements | Executed 25 statements in 1.47ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 48µs | 24.4ms | Markdent::Event::EndStrong::BEGIN@13 |
| 1 | 1 | 1 | 45µs | 45µs | Markdent::Event::EndStrong::BEGIN@2 |
| 1 | 1 | 1 | 44µs | 223µs | Markdent::Event::EndStrong::BEGIN@11 |
| 1 | 1 | 1 | 43µs | 22.9ms | Markdent::Event::EndStrong::BEGIN@12 |
| 1 | 1 | 1 | 41µs | 15.9ms | Markdent::Event::EndStrong::BEGIN@9 |
| 1 | 1 | 1 | 40µs | 109µs | Markdent::Event::EndStrong::BEGIN@7 |
| 1 | 1 | 1 | 38µs | 57µs | Markdent::Event::EndStrong::BEGIN@6 |
| 0 | 0 | 0 | 0s | 0s | Markdent::Event::EndStrong::as_text |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Markdent::Event::EndStrong; | ||||
| 2 | # spent 45µs within Markdent::Event::EndStrong::BEGIN@2 which was called:
# once (45µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@17 at line 4 | ||||
| 3 | 1 | 27µs | $Markdent::Event::EndStrong::VERSION = '0.17'; | ||
| 4 | 1 | 112µs | 1 | 45µs | } # spent 45µs making 1 call to Markdent::Event::EndStrong::BEGIN@2 |
| 5 | |||||
| 6 | 3 | 98µs | 2 | 75µs | # spent 57µs (38+18) within Markdent::Event::EndStrong::BEGIN@6 which was called:
# once (38µs+18µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@17 at line 6 # spent 57µs making 1 call to Markdent::Event::EndStrong::BEGIN@6
# spent 18µs making 1 call to strict::import |
| 7 | 3 | 108µs | 2 | 178µs | # spent 109µs (40+69) within Markdent::Event::EndStrong::BEGIN@7 which was called:
# once (40µs+69µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@17 at line 7 # spent 109µs making 1 call to Markdent::Event::EndStrong::BEGIN@7
# spent 69µs making 1 call to warnings::import |
| 8 | |||||
| 9 | 3 | 152µs | 2 | 31.8ms | # spent 15.9ms (41µs+15.9) within Markdent::Event::EndStrong::BEGIN@9 which was called:
# once (41µs+15.9ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@17 at line 9 # spent 15.9ms making 1 call to Markdent::Event::EndStrong::BEGIN@9
# spent 15.9ms making 1 call to MooseX::Types::Combine::import |
| 10 | |||||
| 11 | 3 | 106µs | 2 | 402µs | # spent 223µs (44+179) within Markdent::Event::EndStrong::BEGIN@11 which was called:
# once (44µs+179µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@17 at line 11 # spent 223µs making 1 call to Markdent::Event::EndStrong::BEGIN@11
# spent 179µs making 1 call to namespace::autoclean::import |
| 12 | 3 | 157µs | 2 | 45.7ms | # spent 22.9ms (43µs+22.9) within Markdent::Event::EndStrong::BEGIN@12 which was called:
# once (43µs+22.9ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@17 at line 12 # spent 22.9ms making 1 call to Markdent::Event::EndStrong::BEGIN@12
# spent 22.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | 3 | 449µs | 2 | 48.7ms | # spent 24.4ms (48µs+24.3) within Markdent::Event::EndStrong::BEGIN@13 which was called:
# once (48µs+24.3ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@17 at line 13 # spent 24.4ms making 1 call to Markdent::Event::EndStrong::BEGIN@13
# spent 24.3ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 14 | |||||
| 15 | 1 | 23µs | 2 | 8.08ms | has delimiter => ( # spent 7.75ms making 1 call to Moose::has
# spent 334µs making 1 call to __TYPE__::Str |
| 16 | is => 'ro', | ||||
| 17 | isa => Str, | ||||
| 18 | required => 1, | ||||
| 19 | ); | ||||
| 20 | |||||
| 21 | 1 | 14µs | 1 | 35.2ms | with 'Markdent::Role::Event'; # spent 35.2ms making 1 call to Moose::with |
| 22 | |||||
| 23 | 1 | 28µs | 1 | 21.1ms | with 'Markdent::Role::BalancedEvent' => { compare => [ 'delimiter' ] }; # spent 21.1ms making 1 call to Moose::with |
| 24 | |||||
| 25 | 1 | 19µs | 1 | 5.23ms | with 'Markdent::Role::EventAsText'; # spent 5.23ms making 1 call to Moose::with |
| 26 | |||||
| 27 | sub as_text { $_[0]->delimiter() } | ||||
| 28 | |||||
| 29 | 1 | 24µs | 2 | 14.8ms | __PACKAGE__->meta()->make_immutable(); # spent 14.8ms making 1 call to Class::MOP::Class::make_immutable
# spent 89µs making 1 call to Markdent::Event::EndStrong::meta |
| 30 | |||||
| 31 | 1 | 97µs | 1; | ||
| 32 | |||||
| 33 | # ABSTRACT: An event for the end of a strong span | ||||
| 34 | |||||
| - - | |||||
| 37 | =pod | ||||
| 38 | |||||
| - - | |||||
| 90 | 1 | 60µs | 1 | 17.3ms | __END__ # spent 17.3ms making 1 call to B::Hooks::EndOfScope::__ANON__[B/Hooks/EndOfScope.pm:26] |