| 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.81ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 134µs | 19.7ms | Markdent::Event::StartLink::BEGIN@9 |
| 1 | 1 | 1 | 66µs | 66µs | Markdent::Event::StartLink::BEGIN@2 |
| 1 | 1 | 1 | 55µs | 148µs | Markdent::Event::StartLink::BEGIN@7 |
| 1 | 1 | 1 | 52µs | 77µs | Markdent::Event::StartLink::BEGIN@6 |
| 1 | 1 | 1 | 48µs | 229µs | Markdent::Event::StartLink::BEGIN@11 |
| 1 | 1 | 1 | 48µs | 22.4ms | Markdent::Event::StartLink::BEGIN@13 |
| 1 | 1 | 1 | 46µs | 23.8ms | Markdent::Event::StartLink::BEGIN@12 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Markdent::Event::StartLink; | ||||
| 2 | # spent 66µs within Markdent::Event::StartLink::BEGIN@2 which was called:
# once (66µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@25 at line 4 | ||||
| 3 | 1 | 34µs | $Markdent::Event::StartLink::VERSION = '0.17'; | ||
| 4 | 1 | 111µs | 1 | 66µs | } # spent 66µs making 1 call to Markdent::Event::StartLink::BEGIN@2 |
| 5 | |||||
| 6 | 3 | 145µs | 2 | 101µs | # spent 77µs (52+24) within Markdent::Event::StartLink::BEGIN@6 which was called:
# once (52µs+24µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@25 at line 6 # spent 77µs making 1 call to Markdent::Event::StartLink::BEGIN@6
# spent 24µs making 1 call to strict::import |
| 7 | 3 | 249µs | 2 | 240µs | # spent 148µs (55+93) within Markdent::Event::StartLink::BEGIN@7 which was called:
# once (55µs+93µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@25 at line 7 # spent 148µs making 1 call to Markdent::Event::StartLink::BEGIN@7
# spent 93µs making 1 call to warnings::import |
| 8 | |||||
| 9 | 3 | 156µs | 2 | 39.2ms | # spent 19.7ms (134µs+19.5) within Markdent::Event::StartLink::BEGIN@9 which was called:
# once (134µs+19.5ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@25 at line 9 # spent 19.7ms making 1 call to Markdent::Event::StartLink::BEGIN@9
# spent 19.5ms making 1 call to MooseX::Types::Combine::import |
| 10 | |||||
| 11 | 3 | 129µs | 2 | 410µs | # spent 229µs (48+181) within Markdent::Event::StartLink::BEGIN@11 which was called:
# once (48µs+181µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@25 at line 11 # spent 229µs making 1 call to Markdent::Event::StartLink::BEGIN@11
# spent 181µs making 1 call to namespace::autoclean::import |
| 12 | 3 | 160µs | 2 | 47.6ms | # spent 23.8ms (46µs+23.8) within Markdent::Event::StartLink::BEGIN@12 which was called:
# once (46µs+23.8ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@25 at line 12 # spent 23.8ms making 1 call to Markdent::Event::StartLink::BEGIN@12
# spent 23.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | 3 | 504µs | 2 | 44.7ms | # spent 22.4ms (48µs+22.3) within Markdent::Event::StartLink::BEGIN@13 which was called:
# once (48µs+22.3ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@25 at line 13 # spent 22.4ms making 1 call to Markdent::Event::StartLink::BEGIN@13
# spent 22.3ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 14 | |||||
| 15 | 1 | 24µs | 2 | 8.23ms | has uri => ( # spent 7.89ms making 1 call to Moose::has
# spent 334µs making 1 call to __TYPE__::Str |
| 16 | is => 'ro', | ||||
| 17 | isa => Str, | ||||
| 18 | required => 1, | ||||
| 19 | ); | ||||
| 20 | |||||
| 21 | 1 | 24µs | 2 | 12.2ms | has title => ( # spent 11.8ms making 1 call to Moose::has
# spent 348µs making 1 call to __TYPE__::Str |
| 22 | is => 'ro', | ||||
| 23 | isa => Str, | ||||
| 24 | predicate => 'has_title', | ||||
| 25 | ); | ||||
| 26 | |||||
| 27 | 1 | 24µs | 2 | 12.1ms | has id => ( # spent 11.8ms making 1 call to Moose::has
# spent 327µs making 1 call to __TYPE__::Str |
| 28 | is => 'ro', | ||||
| 29 | isa => Str, | ||||
| 30 | predicate => 'has_id', | ||||
| 31 | ); | ||||
| 32 | |||||
| 33 | 1 | 13µs | 1 | 8.01ms | has is_implicit_id => ( # spent 8.01ms making 1 call to Moose::has |
| 34 | is => 'ro', | ||||
| 35 | isa => 'Bool', | ||||
| 36 | default => 0, | ||||
| 37 | ); | ||||
| 38 | |||||
| 39 | 1 | 15µs | 1 | 31.6ms | with 'Markdent::Role::Event'; # spent 31.6ms making 1 call to Moose::with |
| 40 | |||||
| 41 | 1 | 14µs | 1 | 18.8ms | with 'Markdent::Role::BalancedEvent'; # spent 18.8ms making 1 call to Moose::with |
| 42 | |||||
| 43 | 1 | 25µs | 2 | 20.2ms | __PACKAGE__->meta()->make_immutable(); # spent 20.1ms making 1 call to Class::MOP::Class::make_immutable
# spent 90µs making 1 call to Markdent::Event::StartLink::meta |
| 44 | |||||
| 45 | 1 | 114µs | 1; | ||
| 46 | |||||
| 47 | # ABSTRACT: An event for the start of a link | ||||
| 48 | |||||
| - - | |||||
| 51 | =pod | ||||
| 52 | |||||
| - - | |||||
| 109 | 1 | 67µs | 1 | 9.69ms | __END__ # spent 9.69ms making 1 call to B::Hooks::EndOfScope::__ANON__[B/Hooks/EndOfScope.pm:26] |