← Index
NYTProf Performance Profile   « block view • line view • sub view »
For -e
  Run on Wed Nov 17 22:00:36 2010
Reported on Wed Nov 17 22:10:13 2010

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/StartStrong.pm
StatementsExecuted 25 statements in 1.46ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11177µs21.9msMarkdent::Event::StartStrong::::BEGIN@13Markdent::Event::StartStrong::BEGIN@13
11151µs51µsMarkdent::Event::StartStrong::::BEGIN@2Markdent::Event::StartStrong::BEGIN@2
11145µs224µsMarkdent::Event::StartStrong::::BEGIN@11Markdent::Event::StartStrong::BEGIN@11
11143µs21.4msMarkdent::Event::StartStrong::::BEGIN@12Markdent::Event::StartStrong::BEGIN@12
11142µs110µsMarkdent::Event::StartStrong::::BEGIN@7Markdent::Event::StartStrong::BEGIN@7
11142µs15.2msMarkdent::Event::StartStrong::::BEGIN@9Markdent::Event::StartStrong::BEGIN@9
11138µs56µsMarkdent::Event::StartStrong::::BEGIN@6Markdent::Event::StartStrong::BEGIN@6
0000s0sMarkdent::Event::StartStrong::::as_textMarkdent::Event::StartStrong::as_text
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Markdent::Event::StartStrong;
2
# spent 51µs within Markdent::Event::StartStrong::BEGIN@2 which was called: # once (51µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 4
BEGIN {
3130µs $Markdent::Event::StartStrong::VERSION = '0.17';
4174µs151µs}
# spent 51µs making 1 call to Markdent::Event::StartStrong::BEGIN@2
5
6396µs274µs
# spent 56µs (38+18) within Markdent::Event::StartStrong::BEGIN@6 which was called: # once (38µs+18µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 6
use strict;
# spent 56µs making 1 call to Markdent::Event::StartStrong::BEGIN@6 # spent 18µs making 1 call to strict::import
73111µs2178µs
# spent 110µs (42+68) within Markdent::Event::StartStrong::BEGIN@7 which was called: # once (42µs+68µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 7
use warnings;
# spent 110µs making 1 call to Markdent::Event::StartStrong::BEGIN@7 # spent 68µs making 1 call to warnings::import
8
93148µs230.3ms
# spent 15.2ms (42µs+15.1) within Markdent::Event::StartStrong::BEGIN@9 which was called: # once (42µs+15.1ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 9
use Markdent::Types qw( Str );
# spent 15.2ms making 1 call to Markdent::Event::StartStrong::BEGIN@9 # spent 15.1ms making 1 call to MooseX::Types::Combine::import
10
113107µs2402µs
# spent 224µs (45+178) within Markdent::Event::StartStrong::BEGIN@11 which was called: # once (45µs+178µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 11
use namespace::autoclean;
# spent 224µs making 1 call to Markdent::Event::StartStrong::BEGIN@11 # spent 178µs making 1 call to namespace::autoclean::import
123184µs242.8ms
# spent 21.4ms (43µs+21.4) within Markdent::Event::StartStrong::BEGIN@12 which was called: # once (43µs+21.4ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 12
use Moose;
# spent 21.4ms making 1 call to Markdent::Event::StartStrong::BEGIN@12 # spent 21.4ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
133426µs243.7ms
# spent 21.9ms (77µs+21.8) within Markdent::Event::StartStrong::BEGIN@13 which was called: # once (77µs+21.8ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 13
use MooseX::StrictConstructor;
# spent 21.9ms making 1 call to Markdent::Event::StartStrong::BEGIN@13 # spent 21.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
14
15132µs29.62mshas delimiter => (
# spent 9.20ms making 1 call to Moose::has # spent 421µs making 1 call to __TYPE__::Str
16 is => 'ro',
17 isa => Str,
18 required => 1,
19);
20
21115µs130.5mswith 'Markdent::Role::Event';
# spent 30.5ms making 1 call to Moose::with
22
23124µs119.5mswith 'Markdent::Role::BalancedEvent' => { compare => [ 'delimiter' ] };
# spent 19.5ms making 1 call to Moose::with
24
25115µs14.27mswith 'Markdent::Role::EventAsText';
# spent 4.27ms making 1 call to Moose::with
26
27sub as_text { $_[0]->delimiter() }
28
29124µs216.8ms__PACKAGE__->meta()->make_immutable();
# spent 16.7ms making 1 call to Class::MOP::Class::make_immutable # spent 88µs making 1 call to Markdent::Event::StartStrong::meta
30
31194µs1;
32
33# ABSTRACT: An event for the start of a strong span
34
- -
37=pod
38
- -
90174µs114.1ms__END__