| 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.58ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 50µs | 243µs | Markdent::Event::Text::BEGIN@11 |
| 1 | 1 | 1 | 48µs | 22.7ms | Markdent::Event::Text::BEGIN@12 |
| 1 | 1 | 1 | 47µs | 25.0ms | Markdent::Event::Text::BEGIN@13 |
| 1 | 1 | 1 | 45µs | 45µs | Markdent::Event::Text::BEGIN@2 |
| 1 | 1 | 1 | 43µs | 16.2ms | Markdent::Event::Text::BEGIN@9 |
| 1 | 1 | 1 | 42µs | 60µs | Markdent::Event::Text::BEGIN@6 |
| 1 | 1 | 1 | 39µs | 109µs | Markdent::Event::Text::BEGIN@7 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Markdent::Event::Text; | ||||
| 2 | # spent 45µs within Markdent::Event::Text::BEGIN@2 which was called:
# once (45µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@27 at line 4 | ||||
| 3 | 1 | 28µs | $Markdent::Event::Text::VERSION = '0.17'; | ||
| 4 | 1 | 75µs | 1 | 45µs | } # spent 45µs making 1 call to Markdent::Event::Text::BEGIN@2 |
| 5 | |||||
| 6 | 3 | 94µs | 2 | 78µs | # spent 60µs (42+18) within Markdent::Event::Text::BEGIN@6 which was called:
# once (42µs+18µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@27 at line 6 # spent 60µs making 1 call to Markdent::Event::Text::BEGIN@6
# spent 18µs making 1 call to strict::import |
| 7 | 3 | 110µs | 2 | 179µs | # spent 109µs (39+70) within Markdent::Event::Text::BEGIN@7 which was called:
# once (39µs+70µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@27 at line 7 # spent 109µs making 1 call to Markdent::Event::Text::BEGIN@7
# spent 70µs making 1 call to warnings::import |
| 8 | |||||
| 9 | 3 | 247µs | 2 | 32.4ms | # spent 16.2ms (43µs+16.2) within Markdent::Event::Text::BEGIN@9 which was called:
# once (43µs+16.2ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@27 at line 9 # spent 16.2ms making 1 call to Markdent::Event::Text::BEGIN@9
# spent 16.2ms making 1 call to MooseX::Types::Combine::import |
| 10 | |||||
| 11 | 3 | 119µs | 2 | 435µs | # spent 243µs (50+193) within Markdent::Event::Text::BEGIN@11 which was called:
# once (50µs+193µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@27 at line 11 # spent 243µs making 1 call to Markdent::Event::Text::BEGIN@11
# spent 193µs making 1 call to namespace::autoclean::import |
| 12 | 3 | 160µs | 2 | 45.4ms | # spent 22.7ms (48µs+22.7) within Markdent::Event::Text::BEGIN@12 which was called:
# once (48µs+22.7ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@27 at line 12 # spent 22.7ms making 1 call to Markdent::Event::Text::BEGIN@12
# spent 22.7ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 13 | 3 | 429µs | 2 | 49.9ms | # spent 25.0ms (47µs+24.9) within Markdent::Event::Text::BEGIN@13 which was called:
# once (47µs+24.9ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@27 at line 13 # spent 25.0ms making 1 call to Markdent::Event::Text::BEGIN@13
# spent 24.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 14 | |||||
| 15 | 1 | 24µs | 2 | 8.08ms | has text => ( # spent 7.68ms making 1 call to Moose::has
# spent 400µs making 1 call to __TYPE__::Str |
| 16 | is => 'ro', | ||||
| 17 | isa => Str, | ||||
| 18 | required => 1, | ||||
| 19 | ); | ||||
| 20 | |||||
| 21 | 1 | 37µs | 2 | 10.9ms | has _converted_from => ( # spent 10.6ms making 1 call to Moose::has
# spent 332µs making 1 call to __TYPE__::Str |
| 22 | is => 'ro', | ||||
| 23 | isa => Str, | ||||
| 24 | predicate => '_has_converted_from', | ||||
| 25 | ); | ||||
| 26 | |||||
| 27 | 1 | 37µs | 3 | 16.0ms | has _merged_from => ( # spent 10.6ms making 1 call to Moose::has
# spent 5.07ms making 1 call to __TYPE__::ArrayRef
# spent 332µ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 | 36.1ms | with 'Markdent::Role::Event'; # spent 36.1ms making 1 call to Moose::with |
| 34 | |||||
| 35 | 1 | 24µs | 2 | 16.3ms | __PACKAGE__->meta()->make_immutable(); # spent 16.2ms making 1 call to Class::MOP::Class::make_immutable
# spent 90µs making 1 call to Markdent::Event::Text::meta |
| 36 | |||||
| 37 | 1 | 117µs | 1; | ||
| 38 | |||||
| 39 | # ABSTRACT: An event for plaint text | ||||
| 40 | |||||
| - - | |||||
| 43 | =pod | ||||
| 44 | |||||
| - - | |||||
| 87 | 1 | 67µs | 1 | 19.2ms | __END__ # spent 19.2ms making 1 call to B::Hooks::EndOfScope::__ANON__[B/Hooks/EndOfScope.pm:26] |