| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/EndCode.pm |
| Statements | Executed 25 statements in 1.46ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 49µs | 49µs | Markdent::Event::EndCode::BEGIN@2 |
| 1 | 1 | 1 | 47µs | 24.8ms | Markdent::Event::EndCode::BEGIN@13 |
| 1 | 1 | 1 | 47µs | 22.6ms | Markdent::Event::EndCode::BEGIN@12 |
| 1 | 1 | 1 | 45µs | 254µs | Markdent::Event::EndCode::BEGIN@11 |
| 1 | 1 | 1 | 43µs | 15.3ms | Markdent::Event::EndCode::BEGIN@9 |
| 1 | 1 | 1 | 42µs | 148µs | Markdent::Event::EndCode::BEGIN@7 |
| 1 | 1 | 1 | 41µs | 59µs | Markdent::Event::EndCode::BEGIN@6 |
| 0 | 0 | 0 | 0s | 0s | Markdent::Event::EndCode::as_text |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Markdent::Event::EndCode; | ||||
| 2 | # spent 49µs within Markdent::Event::EndCode::BEGIN@2 which was called:
# once (49µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@13 at line 4 | ||||
| 3 | 1 | 30µs | $Markdent::Event::EndCode::VERSION = '0.17'; | ||
| 4 | 1 | 74µs | 1 | 49µs | } # spent 49µs making 1 call to Markdent::Event::EndCode::BEGIN@2 |
| 5 | |||||
| 6 | 3 | 97µs | 2 | 76µs | # spent 59µs (41+18) within Markdent::Event::EndCode::BEGIN@6 which was called:
# once (41µs+18µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@13 at line 6 # spent 59µs making 1 call to Markdent::Event::EndCode::BEGIN@6
# spent 18µs making 1 call to strict::import |
| 7 | 3 | 116µs | 2 | 253µs | # spent 148µs (42+105) within Markdent::Event::EndCode::BEGIN@7 which was called:
# once (42µs+105µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@13 at line 7 # spent 148µs making 1 call to Markdent::Event::EndCode::BEGIN@7
# spent 105µs making 1 call to warnings::import |
| 8 | |||||
| 9 | 3 | 150µs | 2 | 30.5ms | # spent 15.3ms (43µs+15.2) within Markdent::Event::EndCode::BEGIN@9 which was called:
# once (43µs+15.2ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@13 at line 9 # spent 15.3ms making 1 call to Markdent::Event::EndCode::BEGIN@9
# spent 15.2ms making 1 call to MooseX::Types::Combine::import |
| 10 | |||||
| 11 | 3 | 114µs | 2 | 463µs | # spent 254µs (45+209) within Markdent::Event::EndCode::BEGIN@11 which was called:
# once (45µs+209µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@13 at line 11 # spent 254µs making 1 call to Markdent::Event::EndCode::BEGIN@11
# spent 209µs making 1 call to namespace::autoclean::import |
| 12 | 3 | 156µs | 2 | 45.2ms | # spent 22.6ms (47µs+22.6) within Markdent::Event::EndCode::BEGIN@12 which was called:
# once (47µs+22.6ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@13 at line 12 # spent 22.6ms making 1 call to Markdent::Event::EndCode::BEGIN@12
# spent 22.6ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | 3 | 455µs | 2 | 49.6ms | # spent 24.8ms (47µs+24.8) within Markdent::Event::EndCode::BEGIN@13 which was called:
# once (47µs+24.8ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@13 at line 13 # spent 24.8ms making 1 call to Markdent::Event::EndCode::BEGIN@13
# spent 24.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 14 | |||||
| 15 | 1 | 25µs | 2 | 8.09ms | has delimiter => ( # spent 7.75ms 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 | 1 | 15µs | 1 | 35.1ms | with 'Markdent::Role::Event'; # spent 35.1ms making 1 call to Moose::with |
| 22 | |||||
| 23 | 1 | 25µs | 1 | 123ms | with 'Markdent::Role::BalancedEvent' => { compare => [ 'delimiter' ] }; # spent 123ms making 1 call to Moose::with |
| 24 | |||||
| 25 | 1 | 14µs | 1 | 39.8ms | with 'Markdent::Role::EventAsText'; # spent 39.8ms making 1 call to Moose::with |
| 26 | |||||
| 27 | sub as_text { $_[0]->delimiter() } | ||||
| 28 | |||||
| 29 | 1 | 25µs | 2 | 14.1ms | __PACKAGE__->meta()->make_immutable(); # spent 14.0ms making 1 call to Class::MOP::Class::make_immutable
# spent 88µs making 1 call to Markdent::Event::EndCode::meta |
| 30 | |||||
| 31 | 1 | 96µs | 1; | ||
| 32 | |||||
| 33 | # ABSTRACT: An event for the end of a code span | ||||
| 34 | |||||
| - - | |||||
| 37 | =pod | ||||
| 38 | |||||
| - - | |||||
| 90 | 1 | 64µs | 1 | 17.5ms | __END__ # spent 17.5ms making 1 call to B::Hooks::EndOfScope::__ANON__[B/Hooks/EndOfScope.pm:26] |