| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/Text.pm |
| Statements | Executed 25 statements in 1.44ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 48µs | 48µs | Markdent::Event::Text::BEGIN@2 |
| 1 | 1 | 1 | 46µs | 22.3ms | Markdent::Event::Text::BEGIN@13 |
| 1 | 1 | 1 | 44µs | 21.7ms | Markdent::Event::Text::BEGIN@12 |
| 1 | 1 | 1 | 44µs | 223µs | Markdent::Event::Text::BEGIN@11 |
| 1 | 1 | 1 | 42µs | 16.4ms | Markdent::Event::Text::BEGIN@9 |
| 1 | 1 | 1 | 41µs | 110µs | Markdent::Event::Text::BEGIN@7 |
| 1 | 1 | 1 | 40µs | 58µs | Markdent::Event::Text::BEGIN@6 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Markdent::Event::Text; | ||||
| 2 | # spent 48µs within Markdent::Event::Text::BEGIN@2 which was called:
# once (48µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@27 at line 4 | ||||
| 3 | 1 | 28µs | $Markdent::Event::Text::VERSION = '0.17'; | ||
| 4 | 1 | 76µs | 1 | 48µs | } # spent 48µs making 1 call to Markdent::Event::Text::BEGIN@2 |
| 5 | |||||
| 6 | 3 | 95µs | 2 | 77µs | # spent 58µs (40+18) within Markdent::Event::Text::BEGIN@6 which was called:
# once (40µs+18µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@27 at line 6 # spent 58µs making 1 call to Markdent::Event::Text::BEGIN@6
# spent 18µs making 1 call to strict::import |
| 7 | 3 | 112µs | 2 | 178µs | # spent 110µs (41+69) within Markdent::Event::Text::BEGIN@7 which was called:
# once (41µs+69µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@27 at line 7 # spent 110µs making 1 call to Markdent::Event::Text::BEGIN@7
# spent 69µs making 1 call to warnings::import |
| 8 | |||||
| 9 | 3 | 151µs | 2 | 32.8ms | # spent 16.4ms (42µs+16.4) within Markdent::Event::Text::BEGIN@9 which was called:
# once (42µs+16.4ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@27 at line 9 # spent 16.4ms making 1 call to Markdent::Event::Text::BEGIN@9
# spent 16.4ms making 1 call to MooseX::Types::Combine::import |
| 10 | |||||
| 11 | 3 | 109µs | 2 | 402µs | # spent 223µs (44+179) within Markdent::Event::Text::BEGIN@11 which was called:
# once (44µs+179µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@27 at line 11 # spent 223µs making 1 call to Markdent::Event::Text::BEGIN@11
# spent 179µs making 1 call to namespace::autoclean::import |
| 12 | 3 | 157µs | 2 | 43.3ms | # spent 21.7ms (44µs+21.6) within Markdent::Event::Text::BEGIN@12 which was called:
# once (44µs+21.6ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@27 at line 12 # spent 21.7ms making 1 call to Markdent::Event::Text::BEGIN@12
# spent 21.6ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | 3 | 394µs | 2 | 44.5ms | # spent 22.3ms (46µs+22.2) within Markdent::Event::Text::BEGIN@13 which was called:
# once (46µs+22.2ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@27 at line 13 # spent 22.3ms making 1 call to Markdent::Event::Text::BEGIN@13
# spent 22.2ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 14 | |||||
| 15 | 1 | 25µs | 2 | 8.29ms | has text => ( # spent 7.96ms 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 | 26µs | 2 | 12.1ms | has _converted_from => ( # spent 11.8ms making 1 call to Moose::has
# spent 328µs making 1 call to __TYPE__::Str |
| 22 | is => 'ro', | ||||
| 23 | isa => Str, | ||||
| 24 | predicate => '_has_converted_from', | ||||
| 25 | ); | ||||
| 26 | |||||
| 27 | 1 | 39µs | 3 | 17.3ms | has _merged_from => ( # spent 11.9ms making 1 call to Moose::has
# spent 5.10ms making 1 call to __TYPE__::ArrayRef
# spent 336µs making 1 call to __TYPE__::Str |
| 28 | is => 'ro', | ||||
| 29 | isa => ArrayRef[Str], | ||||
| 30 | predicate => '_has_merged_from', | ||||
| 31 | ); | ||||
| 32 | |||||
| 33 | 1 | 15µs | 1 | 30.4ms | with 'Markdent::Role::Event'; # spent 30.4ms making 1 call to Moose::with |
| 34 | |||||
| 35 | 1 | 24µs | 2 | 18.6ms | __PACKAGE__->meta()->make_immutable(); # spent 18.6ms making 1 call to Class::MOP::Class::make_immutable
# spent 90µs making 1 call to Markdent::Event::Text::meta |
| 36 | |||||
| 37 | 1 | 120µs | 1; | ||
| 38 | |||||
| 39 | # ABSTRACT: An event for plaint text | ||||
| 40 | |||||
| - - | |||||
| 43 | =pod | ||||
| 44 | |||||
| - - | |||||
| 87 | 1 | 66µs | 1 | 9.68ms | __END__ # spent 9.68ms making 1 call to B::Hooks::EndOfScope::__ANON__[B/Hooks/EndOfScope.pm:26] |