← 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:10:13 2010

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/EndStrong.pm
StatementsExecuted 25 statements in 1.47ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11148µs24.4msMarkdent::Event::EndStrong::::BEGIN@13Markdent::Event::EndStrong::BEGIN@13
11145µs45µsMarkdent::Event::EndStrong::::BEGIN@2Markdent::Event::EndStrong::BEGIN@2
11144µs223µsMarkdent::Event::EndStrong::::BEGIN@11Markdent::Event::EndStrong::BEGIN@11
11143µs22.9msMarkdent::Event::EndStrong::::BEGIN@12Markdent::Event::EndStrong::BEGIN@12
11141µs15.9msMarkdent::Event::EndStrong::::BEGIN@9Markdent::Event::EndStrong::BEGIN@9
11140µs109µsMarkdent::Event::EndStrong::::BEGIN@7Markdent::Event::EndStrong::BEGIN@7
11138µs57µsMarkdent::Event::EndStrong::::BEGIN@6Markdent::Event::EndStrong::BEGIN@6
0000s0sMarkdent::Event::EndStrong::::as_textMarkdent::Event::EndStrong::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::EndStrong;
2
# spent 45µs within Markdent::Event::EndStrong::BEGIN@2 which was called: # once (45µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@17 at line 4
BEGIN {
3127µs $Markdent::Event::EndStrong::VERSION = '0.17';
41112µs145µs}
# spent 45µs making 1 call to Markdent::Event::EndStrong::BEGIN@2
5
6398µs275µs
# spent 57µs (38+18) within Markdent::Event::EndStrong::BEGIN@6 which was called: # once (38µs+18µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@17 at line 6
use strict;
# spent 57µs making 1 call to Markdent::Event::EndStrong::BEGIN@6 # spent 18µs making 1 call to strict::import
73108µs2178µs
# spent 109µs (40+69) within Markdent::Event::EndStrong::BEGIN@7 which was called: # once (40µs+69µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@17 at line 7
use warnings;
# spent 109µs making 1 call to Markdent::Event::EndStrong::BEGIN@7 # spent 69µs making 1 call to warnings::import
8
93152µs231.8ms
# spent 15.9ms (41µs+15.9) within Markdent::Event::EndStrong::BEGIN@9 which was called: # once (41µs+15.9ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@17 at line 9
use Markdent::Types qw( Str );
# spent 15.9ms making 1 call to Markdent::Event::EndStrong::BEGIN@9 # spent 15.9ms making 1 call to MooseX::Types::Combine::import
10
113106µs2402µs
# spent 223µs (44+179) within Markdent::Event::EndStrong::BEGIN@11 which was called: # once (44µs+179µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@17 at line 11
use namespace::autoclean;
# spent 223µs making 1 call to Markdent::Event::EndStrong::BEGIN@11 # spent 179µs making 1 call to namespace::autoclean::import
123157µs245.7ms
# spent 22.9ms (43µs+22.9) within Markdent::Event::EndStrong::BEGIN@12 which was called: # once (43µs+22.9ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@17 at line 12
use Moose;
# spent 22.9ms making 1 call to Markdent::Event::EndStrong::BEGIN@12 # spent 22.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
133449µs248.7ms
# spent 24.4ms (48µs+24.3) within Markdent::Event::EndStrong::BEGIN@13 which was called: # once (48µs+24.3ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@17 at line 13
use MooseX::StrictConstructor;
# spent 24.4ms making 1 call to Markdent::Event::EndStrong::BEGIN@13 # spent 24.3ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
14
15123µs28.08mshas delimiter => (
# spent 7.75ms 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
21114µs135.2mswith 'Markdent::Role::Event';
# spent 35.2ms making 1 call to Moose::with
22
23128µs121.1mswith 'Markdent::Role::BalancedEvent' => { compare => [ 'delimiter' ] };
# spent 21.1ms making 1 call to Moose::with
24
25119µs15.23mswith 'Markdent::Role::EventAsText';
# spent 5.23ms making 1 call to Moose::with
26
27sub as_text { $_[0]->delimiter() }
28
29124µs214.8ms__PACKAGE__->meta()->make_immutable();
# spent 14.8ms making 1 call to Class::MOP::Class::make_immutable # spent 89µs making 1 call to Markdent::Event::EndStrong::meta
30
31197µs1;
32
33# ABSTRACT: An event for the end of a strong span
34
- -
37=pod
38
- -
90160µs117.3ms__END__