| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/StartCode.pm |
| Statements | Executed 25 statements in 1.42ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 53µs | 24.0ms | Markdent::Event::StartCode::BEGIN@13 |
| 1 | 1 | 1 | 50µs | 50µs | Markdent::Event::StartCode::BEGIN@2 |
| 1 | 1 | 1 | 47µs | 15.5ms | Markdent::Event::StartCode::BEGIN@9 |
| 1 | 1 | 1 | 44µs | 21.3ms | Markdent::Event::StartCode::BEGIN@12 |
| 1 | 1 | 1 | 44µs | 230µs | Markdent::Event::StartCode::BEGIN@11 |
| 1 | 1 | 1 | 39µs | 107µs | Markdent::Event::StartCode::BEGIN@7 |
| 1 | 1 | 1 | 38µs | 55µs | Markdent::Event::StartCode::BEGIN@6 |
| 0 | 0 | 0 | 0s | 0s | Markdent::Event::StartCode::as_text |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Markdent::Event::StartCode; | ||||
| 2 | # spent 50µs within Markdent::Event::StartCode::BEGIN@2 which was called:
# once (50µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@22 at line 4 | ||||
| 3 | 1 | 30µs | $Markdent::Event::StartCode::VERSION = '0.17'; | ||
| 4 | 1 | 74µs | 1 | 50µs | } # spent 50µs making 1 call to Markdent::Event::StartCode::BEGIN@2 |
| 5 | |||||
| 6 | 3 | 96µs | 2 | 73µs | # spent 55µs (38+18) within Markdent::Event::StartCode::BEGIN@6 which was called:
# once (38µs+18µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@22 at line 6 # spent 55µs making 1 call to Markdent::Event::StartCode::BEGIN@6
# spent 18µs making 1 call to strict::import |
| 7 | 3 | 109µs | 2 | 175µs | # spent 107µs (39+68) within Markdent::Event::StartCode::BEGIN@7 which was called:
# once (39µs+68µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@22 at line 7 # spent 107µs making 1 call to Markdent::Event::StartCode::BEGIN@7
# spent 68µs making 1 call to warnings::import |
| 8 | |||||
| 9 | 3 | 153µs | 2 | 30.9ms | # spent 15.5ms (47µs+15.4) within Markdent::Event::StartCode::BEGIN@9 which was called:
# once (47µs+15.4ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@22 at line 9 # spent 15.5ms making 1 call to Markdent::Event::StartCode::BEGIN@9
# spent 15.4ms making 1 call to MooseX::Types::Combine::import |
| 10 | |||||
| 11 | 3 | 109µs | 2 | 417µs | # spent 230µs (44+186) within Markdent::Event::StartCode::BEGIN@11 which was called:
# once (44µs+186µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@22 at line 11 # spent 230µs making 1 call to Markdent::Event::StartCode::BEGIN@11
# spent 186µs making 1 call to namespace::autoclean::import |
| 12 | 3 | 158µs | 2 | 42.6ms | # spent 21.3ms (44µs+21.3) within Markdent::Event::StartCode::BEGIN@12 which was called:
# once (44µs+21.3ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@22 at line 12 # spent 21.3ms making 1 call to Markdent::Event::StartCode::BEGIN@12
# spent 21.3ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | 3 | 421µs | 2 | 48.0ms | # spent 24.0ms (53µs+24.0) within Markdent::Event::StartCode::BEGIN@13 which was called:
# once (53µs+24.0ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@22 at line 13 # spent 24.0ms making 1 call to Markdent::Event::StartCode::BEGIN@13
# spent 24.0ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 14 | |||||
| 15 | 1 | 24µs | 2 | 8.27ms | has delimiter => ( # spent 7.93ms 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 | 15µs | 1 | 30.6ms | with 'Markdent::Role::Event'; # spent 30.6ms making 1 call to Moose::with |
| 22 | |||||
| 23 | 1 | 25µs | 1 | 19.5ms | with 'Markdent::Role::BalancedEvent' => { compare => [ 'delimiter' ] }; # spent 19.5ms making 1 call to Moose::with |
| 24 | |||||
| 25 | 1 | 14µs | 1 | 4.42ms | with 'Markdent::Role::EventAsText'; # spent 4.42ms making 1 call to Moose::with |
| 26 | |||||
| 27 | sub as_text { $_[0]->delimiter() } | ||||
| 28 | |||||
| 29 | 1 | 24µs | 2 | 14.9ms | __PACKAGE__->meta()->make_immutable(); # spent 14.8ms making 1 call to Class::MOP::Class::make_immutable
# spent 85µs making 1 call to Markdent::Event::StartCode::meta |
| 30 | |||||
| 31 | 1 | 98µs | 1; | ||
| 32 | |||||
| 33 | # ABSTRACT: An event for the start of a code span | ||||
| 34 | |||||
| - - | |||||
| 37 | =pod | ||||
| 38 | |||||
| - - | |||||
| 90 | 1 | 67µs | 1 | 9.20ms | __END__ # spent 9.20ms making 1 call to B::Hooks::EndOfScope::__ANON__[B/Hooks/EndOfScope.pm:26] |