| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/StartEmphasis.pm |
| Statements | Executed 25 statements in 1.45ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 50µs | 50µs | Markdent::Event::StartEmphasis::BEGIN@2 |
| 1 | 1 | 1 | 48µs | 47.6ms | Markdent::Event::StartEmphasis::BEGIN@13 |
| 1 | 1 | 1 | 48µs | 228µs | Markdent::Event::StartEmphasis::BEGIN@11 |
| 1 | 1 | 1 | 46µs | 80µs | Markdent::Event::StartEmphasis::BEGIN@6 |
| 1 | 1 | 1 | 44µs | 22.7ms | Markdent::Event::StartEmphasis::BEGIN@12 |
| 1 | 1 | 1 | 44µs | 115µs | Markdent::Event::StartEmphasis::BEGIN@7 |
| 1 | 1 | 1 | 43µs | 15.3ms | Markdent::Event::StartEmphasis::BEGIN@9 |
| 0 | 0 | 0 | 0s | 0s | Markdent::Event::StartEmphasis::as_text |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Markdent::Event::StartEmphasis; | ||||
| 2 | # spent 50µs within Markdent::Event::StartEmphasis::BEGIN@2 which was called:
# once (50µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@23 at line 4 | ||||
| 3 | 1 | 28µs | $Markdent::Event::StartEmphasis::VERSION = '0.17'; | ||
| 4 | 1 | 74µs | 1 | 50µs | } # spent 50µs making 1 call to Markdent::Event::StartEmphasis::BEGIN@2 |
| 5 | |||||
| 6 | 3 | 128µs | 2 | 114µs | # spent 80µs (46+34) within Markdent::Event::StartEmphasis::BEGIN@6 which was called:
# once (46µs+34µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@23 at line 6 # spent 80µs making 1 call to Markdent::Event::StartEmphasis::BEGIN@6
# spent 34µs making 1 call to strict::import |
| 7 | 3 | 112µs | 2 | 185µs | # spent 115µs (44+71) within Markdent::Event::StartEmphasis::BEGIN@7 which was called:
# once (44µs+71µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@23 at line 7 # spent 115µs making 1 call to Markdent::Event::StartEmphasis::BEGIN@7
# spent 71µs making 1 call to warnings::import |
| 8 | |||||
| 9 | 3 | 150µs | 2 | 30.7ms | # spent 15.3ms (43µs+15.3) within Markdent::Event::StartEmphasis::BEGIN@9 which was called:
# once (43µs+15.3ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@23 at line 9 # spent 15.3ms making 1 call to Markdent::Event::StartEmphasis::BEGIN@9
# spent 15.3ms making 1 call to MooseX::Types::Combine::import |
| 10 | |||||
| 11 | 3 | 107µs | 2 | 408µs | # spent 228µs (48+180) within Markdent::Event::StartEmphasis::BEGIN@11 which was called:
# once (48µs+180µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@23 at line 11 # spent 228µs making 1 call to Markdent::Event::StartEmphasis::BEGIN@11
# spent 180µs making 1 call to namespace::autoclean::import |
| 12 | 3 | 156µs | 2 | 45.3ms | # spent 22.7ms (44µs+22.6) within Markdent::Event::StartEmphasis::BEGIN@12 which was called:
# once (44µs+22.6ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@23 at line 12 # spent 22.7ms making 1 call to Markdent::Event::StartEmphasis::BEGIN@12
# spent 22.6ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | 3 | 436µs | 2 | 95.1ms | # spent 47.6ms (48µs+47.5) within Markdent::Event::StartEmphasis::BEGIN@13 which was called:
# once (48µs+47.5ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@23 at line 13 # spent 47.6ms making 1 call to Markdent::Event::StartEmphasis::BEGIN@13
# spent 47.5ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 14 | |||||
| 15 | 1 | 24µs | 2 | 8.07ms | has delimiter => ( # spent 7.74ms making 1 call to Moose::has
# spent 331µs making 1 call to __TYPE__::Str |
| 16 | is => 'ro', | ||||
| 17 | isa => Str, | ||||
| 18 | required => 1, | ||||
| 19 | ); | ||||
| 20 | |||||
| 21 | 1 | 14µs | 1 | 35.4ms | with 'Markdent::Role::Event'; # spent 35.4ms making 1 call to Moose::with |
| 22 | |||||
| 23 | 1 | 24µ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.09ms | with 'Markdent::Role::EventAsText'; # spent 5.09ms making 1 call to Moose::with |
| 26 | |||||
| 27 | sub as_text { $_[0]->delimiter() } | ||||
| 28 | |||||
| 29 | 1 | 26µs | 2 | 14.8ms | __PACKAGE__->meta()->make_immutable(); # spent 14.7ms making 1 call to Class::MOP::Class::make_immutable
# spent 88µs making 1 call to Markdent::Event::StartEmphasis::meta |
| 30 | |||||
| 31 | 1 | 97µs | 1; | ||
| 32 | |||||
| 33 | # ABSTRACT: An event for the start of an emphasis span | ||||
| 34 | |||||
| - - | |||||
| 37 | =pod | ||||
| 38 | |||||
| - - | |||||
| 90 | 1 | 61µs | 1 | 17.4ms | __END__ # spent 17.4ms making 1 call to B::Hooks::EndOfScope::__ANON__[B/Hooks/EndOfScope.pm:26] |