| 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.53ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 49µs | 49µs | Markdent::Event::StartCode::BEGIN@2 |
| 1 | 1 | 1 | 48µs | 24.8ms | Markdent::Event::StartCode::BEGIN@13 |
| 1 | 1 | 1 | 45µs | 23.6ms | Markdent::Event::StartCode::BEGIN@12 |
| 1 | 1 | 1 | 44µs | 224µs | Markdent::Event::StartCode::BEGIN@11 |
| 1 | 1 | 1 | 42µs | 15.5ms | Markdent::Event::StartCode::BEGIN@9 |
| 1 | 1 | 1 | 40µs | 110µs | Markdent::Event::StartCode::BEGIN@7 |
| 1 | 1 | 1 | 39µs | 58µ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 49µs within Markdent::Event::StartCode::BEGIN@2 which was called:
# once (49µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@22 at line 4 | ||||
| 3 | 1 | 30µs | $Markdent::Event::StartCode::VERSION = '0.17'; | ||
| 4 | 1 | 75µs | 1 | 49µs | } # spent 49µs making 1 call to Markdent::Event::StartCode::BEGIN@2 |
| 5 | |||||
| 6 | 3 | 99µs | 2 | 77µs | # spent 58µs (39+19) within Markdent::Event::StartCode::BEGIN@6 which was called:
# once (39µs+19µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@22 at line 6 # spent 58µs making 1 call to Markdent::Event::StartCode::BEGIN@6
# spent 19µs making 1 call to strict::import |
| 7 | 3 | 116µs | 2 | 179µs | # spent 110µs (40+70) within Markdent::Event::StartCode::BEGIN@7 which was called:
# once (40µs+70µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@22 at line 7 # spent 110µs making 1 call to Markdent::Event::StartCode::BEGIN@7
# spent 70µs making 1 call to warnings::import |
| 8 | |||||
| 9 | 3 | 148µs | 2 | 31.0ms | # spent 15.5ms (42µs+15.5) within Markdent::Event::StartCode::BEGIN@9 which was called:
# once (42µs+15.5ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@22 at line 9 # spent 15.5ms making 1 call to Markdent::Event::StartCode::BEGIN@9
# spent 15.5ms making 1 call to MooseX::Types::Combine::import |
| 10 | |||||
| 11 | 3 | 106µs | 2 | 405µs | # spent 224µs (44+180) within Markdent::Event::StartCode::BEGIN@11 which was called:
# once (44µs+180µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@22 at line 11 # spent 224µs making 1 call to Markdent::Event::StartCode::BEGIN@11
# spent 180µs making 1 call to namespace::autoclean::import |
| 12 | 3 | 157µs | 2 | 47.2ms | # spent 23.6ms (45µs+23.6) within Markdent::Event::StartCode::BEGIN@12 which was called:
# once (45µs+23.6ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@22 at line 12 # spent 23.6ms making 1 call to Markdent::Event::StartCode::BEGIN@12
# spent 23.6ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | 3 | 452µs | 2 | 49.6ms | # spent 24.8ms (48µs+24.8) within Markdent::Event::StartCode::BEGIN@13 which was called:
# once (48µs+24.8ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@22 at line 13 # spent 24.8ms making 1 call to Markdent::Event::StartCode::BEGIN@13
# spent 24.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 14 | |||||
| 15 | 1 | 26µs | 2 | 8.07ms | has delimiter => ( # spent 7.73ms 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 | 27µs | 1 | 35.2ms | with 'Markdent::Role::Event'; # spent 35.2ms making 1 call to Moose::with |
| 22 | |||||
| 23 | 1 | 25µs | 1 | 20.9ms | with 'Markdent::Role::BalancedEvent' => { compare => [ 'delimiter' ] }; # spent 20.9ms making 1 call to Moose::with |
| 24 | |||||
| 25 | 1 | 14µs | 1 | 5.04ms | with 'Markdent::Role::EventAsText'; # spent 5.04ms 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.7ms making 1 call to Class::MOP::Class::make_immutable
# spent 89µs making 1 call to Markdent::Event::StartCode::meta |
| 30 | |||||
| 31 | 1 | 171µs | 1; | ||
| 32 | |||||
| 33 | # ABSTRACT: An event for the start of a code span | ||||
| 34 | |||||
| - - | |||||
| 37 | =pod | ||||
| 38 | |||||
| - - | |||||
| 90 | 1 | 63µs | 1 | 17.3ms | __END__ # spent 17.3ms making 1 call to B::Hooks::EndOfScope::__ANON__[B/Hooks/EndOfScope.pm:26] |