| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/StartStrong.pm |
| Statements | Executed 25 statements in 1.50ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 106µs | 23.3ms | Markdent::Event::StartStrong::BEGIN@12 |
| 1 | 1 | 1 | 48µs | 48µs | Markdent::Event::StartStrong::BEGIN@2 |
| 1 | 1 | 1 | 47µs | 24.9ms | Markdent::Event::StartStrong::BEGIN@13 |
| 1 | 1 | 1 | 45µs | 264µs | Markdent::Event::StartStrong::BEGIN@11 |
| 1 | 1 | 1 | 40µs | 110µs | Markdent::Event::StartStrong::BEGIN@7 |
| 1 | 1 | 1 | 40µs | 15.4ms | Markdent::Event::StartStrong::BEGIN@9 |
| 1 | 1 | 1 | 39µs | 57µs | Markdent::Event::StartStrong::BEGIN@6 |
| 0 | 0 | 0 | 0s | 0s | Markdent::Event::StartStrong::as_text |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Markdent::Event::StartStrong; | ||||
| 2 | # spent 48µs within Markdent::Event::StartStrong::BEGIN@2 which was called:
# once (48µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 4 | ||||
| 3 | 1 | 27µs | $Markdent::Event::StartStrong::VERSION = '0.17'; | ||
| 4 | 1 | 72µs | 1 | 48µs | } # spent 48µs making 1 call to Markdent::Event::StartStrong::BEGIN@2 |
| 5 | |||||
| 6 | 3 | 96µs | 2 | 76µs | # spent 57µs (39+18) within Markdent::Event::StartStrong::BEGIN@6 which was called:
# once (39µs+18µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 6 # spent 57µs making 1 call to Markdent::Event::StartStrong::BEGIN@6
# spent 18µs making 1 call to strict::import |
| 7 | 3 | 106µs | 2 | 180µs | # spent 110µs (40+70) within Markdent::Event::StartStrong::BEGIN@7 which was called:
# once (40µs+70µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 7 # spent 110µs making 1 call to Markdent::Event::StartStrong::BEGIN@7
# spent 70µs making 1 call to warnings::import |
| 8 | |||||
| 9 | 3 | 150µs | 2 | 30.8ms | # spent 15.4ms (40µs+15.4) within Markdent::Event::StartStrong::BEGIN@9 which was called:
# once (40µs+15.4ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 9 # spent 15.4ms making 1 call to Markdent::Event::StartStrong::BEGIN@9
# spent 15.4ms making 1 call to MooseX::Types::Combine::import |
| 10 | |||||
| 11 | 3 | 110µs | 2 | 482µs | # spent 264µs (45+218) within Markdent::Event::StartStrong::BEGIN@11 which was called:
# once (45µs+218µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 11 # spent 264µs making 1 call to Markdent::Event::StartStrong::BEGIN@11
# spent 218µs making 1 call to namespace::autoclean::import |
| 12 | 3 | 162µs | 2 | 46.4ms | # spent 23.3ms (106µs+23.2) within Markdent::Event::StartStrong::BEGIN@12 which was called:
# once (106µs+23.2ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 12 # spent 23.3ms making 1 call to Markdent::Event::StartStrong::BEGIN@12
# spent 23.2ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | 3 | 509µs | 2 | 49.7ms | # spent 24.9ms (47µs+24.8) within Markdent::Event::StartStrong::BEGIN@13 which was called:
# once (47µs+24.8ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 13 # spent 24.9ms making 1 call to Markdent::Event::StartStrong::BEGIN@13
# spent 24.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 14 | |||||
| 15 | 1 | 25µs | 2 | 8.02ms | has delimiter => ( # spent 7.69ms making 1 call to Moose::has
# spent 336µs making 1 call to __TYPE__::Str |
| 16 | is => 'ro', | ||||
| 17 | isa => Str, | ||||
| 18 | required => 1, | ||||
| 19 | ); | ||||
| 20 | |||||
| 21 | 1 | 16µs | 1 | 35.0ms | with 'Markdent::Role::Event'; # spent 35.0ms making 1 call to Moose::with |
| 22 | |||||
| 23 | 1 | 29µs | 1 | 20.7ms | with 'Markdent::Role::BalancedEvent' => { compare => [ 'delimiter' ] }; # spent 20.7ms making 1 call to Moose::with |
| 24 | |||||
| 25 | 1 | 14µs | 1 | 5.05ms | with 'Markdent::Role::EventAsText'; # spent 5.05ms making 1 call to Moose::with |
| 26 | |||||
| 27 | sub as_text { $_[0]->delimiter() } | ||||
| 28 | |||||
| 29 | 1 | 25µs | 2 | 14.8ms | __PACKAGE__->meta()->make_immutable(); # spent 14.8ms making 1 call to Class::MOP::Class::make_immutable
# spent 88µs making 1 call to Markdent::Event::StartStrong::meta |
| 30 | |||||
| 31 | 1 | 97µs | 1; | ||
| 32 | |||||
| 33 | # ABSTRACT: An event for the start of a strong span | ||||
| 34 | |||||
| - - | |||||
| 37 | =pod | ||||
| 38 | |||||
| - - | |||||
| 90 | 1 | 62µs | 1 | 17.6ms | __END__ # spent 17.6ms making 1 call to B::Hooks::EndOfScope::__ANON__[B/Hooks/EndOfScope.pm:26] |