← 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:15:18 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.50ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111106µs23.3msMarkdent::Event::StartStrong::::BEGIN@12Markdent::Event::StartStrong::BEGIN@12
11148µs48µsMarkdent::Event::StartStrong::::BEGIN@2Markdent::Event::StartStrong::BEGIN@2
11147µs24.9msMarkdent::Event::StartStrong::::BEGIN@13Markdent::Event::StartStrong::BEGIN@13
11145µs264µsMarkdent::Event::StartStrong::::BEGIN@11Markdent::Event::StartStrong::BEGIN@11
11140µs110µsMarkdent::Event::StartStrong::::BEGIN@7Markdent::Event::StartStrong::BEGIN@7
11140µs15.4msMarkdent::Event::StartStrong::::BEGIN@9Markdent::Event::StartStrong::BEGIN@9
11139µs57µ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 48µs within Markdent::Event::StartStrong::BEGIN@2 which was called: # once (48µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 4
BEGIN {
3127µs $Markdent::Event::StartStrong::VERSION = '0.17';
4172µs148µs}
# spent 48µs making 1 call to Markdent::Event::StartStrong::BEGIN@2
5
6396µs276µs
# spent 57µs (39+18) within Markdent::Event::StartStrong::BEGIN@6 which was called: # once (39µs+18µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 6
use strict;
# spent 57µs making 1 call to Markdent::Event::StartStrong::BEGIN@6 # spent 18µs making 1 call to strict::import
73106µs2180µs
# spent 110µs (40+70) within Markdent::Event::StartStrong::BEGIN@7 which was called: # once (40µs+70µ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 70µs making 1 call to warnings::import
8
93150µs230.8ms
# spent 15.4ms (40µs+15.4) within Markdent::Event::StartStrong::BEGIN@9 which was called: # once (40µs+15.4ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 9
use Markdent::Types qw( Str );
# spent 15.4ms making 1 call to Markdent::Event::StartStrong::BEGIN@9 # spent 15.4ms making 1 call to MooseX::Types::Combine::import
10
113110µs2482µs
# spent 264µs (45+218) within Markdent::Event::StartStrong::BEGIN@11 which was called: # once (45µs+218µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 11
use namespace::autoclean;
# spent 264µs making 1 call to Markdent::Event::StartStrong::BEGIN@11 # spent 218µs making 1 call to namespace::autoclean::import
123162µs246.4ms
# spent 23.3ms (106µs+23.2) within Markdent::Event::StartStrong::BEGIN@12 which was called: # once (106µs+23.2ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 12
use Moose;
# spent 23.3ms making 1 call to Markdent::Event::StartStrong::BEGIN@12 # spent 23.2ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
133509µs249.7ms
# spent 24.9ms (47µs+24.8) within Markdent::Event::StartStrong::BEGIN@13 which was called: # once (47µs+24.8ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@26 at line 13
use MooseX::StrictConstructor;
# spent 24.9ms making 1 call to Markdent::Event::StartStrong::BEGIN@13 # spent 24.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
14
15125µs28.02mshas delimiter => (
# spent 7.69ms 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
21116µs135.0mswith 'Markdent::Role::Event';
# spent 35.0ms making 1 call to Moose::with
22
23129µs120.7mswith 'Markdent::Role::BalancedEvent' => { compare => [ 'delimiter' ] };
# spent 20.7ms making 1 call to Moose::with
24
25114µs15.05mswith 'Markdent::Role::EventAsText';
# spent 5.05ms making 1 call to Moose::with
26
27sub as_text { $_[0]->delimiter() }
28
29125µs214.8ms__PACKAGE__->meta()->make_immutable();
# spent 14.8ms making 1 call to Class::MOP::Class::make_immutable # spent 88µs making 1 call to Markdent::Event::StartStrong::meta
30
31197µs1;
32
33# ABSTRACT: An event for the start of a strong span
34
- -
37=pod
38
- -
90162µs117.6ms__END__