| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/StartLink.pm |
| Statements | Executed 27 statements in 1.55ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 56µs | 56µs | Markdent::Event::StartLink::BEGIN@2 |
| 1 | 1 | 1 | 50µs | 25.1ms | Markdent::Event::StartLink::BEGIN@13 |
| 1 | 1 | 1 | 46µs | 22.7ms | Markdent::Event::StartLink::BEGIN@12 |
| 1 | 1 | 1 | 44µs | 227µs | Markdent::Event::StartLink::BEGIN@11 |
| 1 | 1 | 1 | 41µs | 16.2ms | Markdent::Event::StartLink::BEGIN@9 |
| 1 | 1 | 1 | 40µs | 58µs | Markdent::Event::StartLink::BEGIN@6 |
| 1 | 1 | 1 | 40µs | 109µs | Markdent::Event::StartLink::BEGIN@7 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Markdent::Event::StartLink; | ||||
| 2 | # spent 56µs within Markdent::Event::StartLink::BEGIN@2 which was called:
# once (56µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@25 at line 4 | ||||
| 3 | 1 | 28µs | $Markdent::Event::StartLink::VERSION = '0.17'; | ||
| 4 | 1 | 80µs | 1 | 56µs | } # spent 56µs making 1 call to Markdent::Event::StartLink::BEGIN@2 |
| 5 | |||||
| 6 | 3 | 96µs | 2 | 76µs | # spent 58µs (40+18) within Markdent::Event::StartLink::BEGIN@6 which was called:
# once (40µs+18µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@25 at line 6 # spent 58µs making 1 call to Markdent::Event::StartLink::BEGIN@6
# spent 18µs making 1 call to strict::import |
| 7 | 3 | 112µs | 2 | 178µs | # spent 109µs (40+69) within Markdent::Event::StartLink::BEGIN@7 which was called:
# once (40µs+69µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@25 at line 7 # spent 109µs making 1 call to Markdent::Event::StartLink::BEGIN@7
# spent 69µs making 1 call to warnings::import |
| 8 | |||||
| 9 | 3 | 149µs | 2 | 32.4ms | # spent 16.2ms (41µs+16.2) within Markdent::Event::StartLink::BEGIN@9 which was called:
# once (41µs+16.2ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@25 at line 9 # spent 16.2ms making 1 call to Markdent::Event::StartLink::BEGIN@9
# spent 16.2ms making 1 call to MooseX::Types::Combine::import |
| 10 | |||||
| 11 | 3 | 108µs | 2 | 410µs | # spent 227µs (44+183) within Markdent::Event::StartLink::BEGIN@11 which was called:
# once (44µs+183µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@25 at line 11 # spent 227µs making 1 call to Markdent::Event::StartLink::BEGIN@11
# spent 183µs making 1 call to namespace::autoclean::import |
| 12 | 3 | 186µs | 2 | 45.3ms | # spent 22.7ms (46µs+22.6) within Markdent::Event::StartLink::BEGIN@12 which was called:
# once (46µs+22.6ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@25 at line 12 # spent 22.7ms making 1 call to Markdent::Event::StartLink::BEGIN@12
# spent 22.6ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | 3 | 472µs | 2 | 50.1ms | # spent 25.1ms (50µs+25.0) within Markdent::Event::StartLink::BEGIN@13 which was called:
# once (50µs+25.0ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@25 at line 13 # spent 25.1ms making 1 call to Markdent::Event::StartLink::BEGIN@13
# spent 25.0ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 14 | |||||
| 15 | 1 | 23µs | 2 | 8.04ms | has uri => ( # spent 7.71ms making 1 call to Moose::has
# spent 332µs making 1 call to __TYPE__::Str |
| 16 | is => 'ro', | ||||
| 17 | isa => Str, | ||||
| 18 | required => 1, | ||||
| 19 | ); | ||||
| 20 | |||||
| 21 | 1 | 24µs | 2 | 10.7ms | has title => ( # spent 10.4ms making 1 call to Moose::has
# spent 328µs making 1 call to __TYPE__::Str |
| 22 | is => 'ro', | ||||
| 23 | isa => Str, | ||||
| 24 | predicate => 'has_title', | ||||
| 25 | ); | ||||
| 26 | |||||
| 27 | 1 | 24µs | 2 | 10.8ms | has id => ( # spent 10.5ms making 1 call to Moose::has
# spent 334µs making 1 call to __TYPE__::Str |
| 28 | is => 'ro', | ||||
| 29 | isa => Str, | ||||
| 30 | predicate => 'has_id', | ||||
| 31 | ); | ||||
| 32 | |||||
| 33 | 1 | 13µs | 1 | 7.90ms | has is_implicit_id => ( # spent 7.90ms making 1 call to Moose::has |
| 34 | is => 'ro', | ||||
| 35 | isa => 'Bool', | ||||
| 36 | default => 0, | ||||
| 37 | ); | ||||
| 38 | |||||
| 39 | 1 | 14µs | 1 | 35.7ms | with 'Markdent::Role::Event'; # spent 35.7ms making 1 call to Moose::with |
| 40 | |||||
| 41 | 1 | 14µs | 1 | 20.0ms | with 'Markdent::Role::BalancedEvent'; # spent 20.0ms making 1 call to Moose::with |
| 42 | |||||
| 43 | 1 | 24µs | 2 | 18.7ms | __PACKAGE__->meta()->make_immutable(); # spent 18.7ms making 1 call to Class::MOP::Class::make_immutable
# spent 88µs making 1 call to Markdent::Event::StartLink::meta |
| 44 | |||||
| 45 | 1 | 112µs | 1; | ||
| 46 | |||||
| 47 | # ABSTRACT: An event for the start of a link | ||||
| 48 | |||||
| - - | |||||
| 51 | =pod | ||||
| 52 | |||||
| - - | |||||
| 109 | 1 | 68µs | 1 | 19.1ms | __END__ # spent 19.1ms making 1 call to B::Hooks::EndOfScope::__ANON__[B/Hooks/EndOfScope.pm:26] |