← Index
NYTProf Performance Profile   « block view • line view • sub view »
For -e
  Run on Wed Nov 17 21:45:08 2010
Reported on Wed Nov 17 22:12:27 2010

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/StartEmphasis.pm
StatementsExecuted 25 statements in 1.45ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11150µs50µsMarkdent::Event::StartEmphasis::::BEGIN@2Markdent::Event::StartEmphasis::BEGIN@2
11148µs47.6msMarkdent::Event::StartEmphasis::::BEGIN@13Markdent::Event::StartEmphasis::BEGIN@13
11148µs228µsMarkdent::Event::StartEmphasis::::BEGIN@11Markdent::Event::StartEmphasis::BEGIN@11
11146µs80µsMarkdent::Event::StartEmphasis::::BEGIN@6Markdent::Event::StartEmphasis::BEGIN@6
11144µs22.7msMarkdent::Event::StartEmphasis::::BEGIN@12Markdent::Event::StartEmphasis::BEGIN@12
11144µs115µsMarkdent::Event::StartEmphasis::::BEGIN@7Markdent::Event::StartEmphasis::BEGIN@7
11143µs15.3msMarkdent::Event::StartEmphasis::::BEGIN@9Markdent::Event::StartEmphasis::BEGIN@9
0000s0sMarkdent::Event::StartEmphasis::::as_textMarkdent::Event::StartEmphasis::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::StartEmphasis;
2
# spent 50µs within Markdent::Event::StartEmphasis::BEGIN@2 which was called: # once (50µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@23 at line 4
BEGIN {
3128µs $Markdent::Event::StartEmphasis::VERSION = '0.17';
4174µs150µs}
# spent 50µs making 1 call to Markdent::Event::StartEmphasis::BEGIN@2
5
63128µs2114µs
# spent 80µs (46+34) within Markdent::Event::StartEmphasis::BEGIN@6 which was called: # once (46µs+34µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@23 at line 6
use strict;
# spent 80µs making 1 call to Markdent::Event::StartEmphasis::BEGIN@6 # spent 34µs making 1 call to strict::import
73112µs2185µs
# spent 115µs (44+71) within Markdent::Event::StartEmphasis::BEGIN@7 which was called: # once (44µs+71µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@23 at line 7
use warnings;
# spent 115µs making 1 call to Markdent::Event::StartEmphasis::BEGIN@7 # spent 71µs making 1 call to warnings::import
8
93150µs230.7ms
# spent 15.3ms (43µs+15.3) within Markdent::Event::StartEmphasis::BEGIN@9 which was called: # once (43µs+15.3ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@23 at line 9
use Markdent::Types qw( Str );
# spent 15.3ms making 1 call to Markdent::Event::StartEmphasis::BEGIN@9 # spent 15.3ms making 1 call to MooseX::Types::Combine::import
10
113107µs2408µs
# spent 228µs (48+180) within Markdent::Event::StartEmphasis::BEGIN@11 which was called: # once (48µs+180µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@23 at line 11
use namespace::autoclean;
# spent 228µs making 1 call to Markdent::Event::StartEmphasis::BEGIN@11 # spent 180µs making 1 call to namespace::autoclean::import
123156µs245.3ms
# spent 22.7ms (44µs+22.6) within Markdent::Event::StartEmphasis::BEGIN@12 which was called: # once (44µs+22.6ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@23 at line 12
use Moose;
# spent 22.7ms making 1 call to Markdent::Event::StartEmphasis::BEGIN@12 # spent 22.6ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
133436µs295.1ms
# spent 47.6ms (48µs+47.5) within Markdent::Event::StartEmphasis::BEGIN@13 which was called: # once (48µs+47.5ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@23 at line 13
use MooseX::StrictConstructor;
# spent 47.6ms making 1 call to Markdent::Event::StartEmphasis::BEGIN@13 # spent 47.5ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
14
15124µs28.07mshas delimiter => (
# spent 7.74ms making 1 call to Moose::has # spent 331µs making 1 call to __TYPE__::Str
16 is => 'ro',
17 isa => Str,
18 required => 1,
19);
20
21114µs135.4mswith 'Markdent::Role::Event';
# spent 35.4ms making 1 call to Moose::with
22
23124µs120.7mswith 'Markdent::Role::BalancedEvent' => { compare => [ 'delimiter' ] };
# spent 20.7ms making 1 call to Moose::with
24
25114µs15.09mswith 'Markdent::Role::EventAsText';
# spent 5.09ms making 1 call to Moose::with
26
27sub as_text { $_[0]->delimiter() }
28
29126µs214.8ms__PACKAGE__->meta()->make_immutable();
# spent 14.7ms making 1 call to Class::MOP::Class::make_immutable # spent 88µs making 1 call to Markdent::Event::StartEmphasis::meta
30
31197µs1;
32
33# ABSTRACT: An event for the start of an emphasis span
34
- -
37=pod
38
- -
90161µs117.4ms__END__