← 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:21 2010

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Role/SpanParser.pm
StatementsExecuted 16 statements in 771µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11154µs54µsMarkdent::Role::SpanParser::::BEGIN@2Markdent::Role::SpanParser::BEGIN@2
11143µs14.8msMarkdent::Role::SpanParser::::BEGIN@10Markdent::Role::SpanParser::BEGIN@10
11142µs111µsMarkdent::Role::SpanParser::::BEGIN@7Markdent::Role::SpanParser::BEGIN@7
11140µs220µsMarkdent::Role::SpanParser::::BEGIN@9Markdent::Role::SpanParser::BEGIN@9
11140µs58µsMarkdent::Role::SpanParser::::BEGIN@6Markdent::Role::SpanParser::BEGIN@6
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Markdent::Role::SpanParser;
2
# spent 54µs within Markdent::Role::SpanParser::BEGIN@2 which was called: # once (54µs+0s) by Class::MOP::__ANON__[/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Class/MOP.pm:118] at line 4
BEGIN {
3129µs $Markdent::Role::SpanParser::VERSION = '0.17';
4178µs154µs}
# spent 54µs making 1 call to Markdent::Role::SpanParser::BEGIN@2
5
63101µs276µs
# spent 58µs (40+18) within Markdent::Role::SpanParser::BEGIN@6 which was called: # once (40µs+18µs) by Class::MOP::__ANON__[/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Class/MOP.pm:118] at line 6
use strict;
# spent 58µs making 1 call to Markdent::Role::SpanParser::BEGIN@6 # spent 18µs making 1 call to strict::import
73100µs2179µs
# spent 111µs (42+69) within Markdent::Role::SpanParser::BEGIN@7 which was called: # once (42µs+69µs) by Class::MOP::__ANON__[/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Class/MOP.pm:118] at line 7
use warnings;
# spent 111µs making 1 call to Markdent::Role::SpanParser::BEGIN@7 # spent 69µs making 1 call to warnings::import
8
93103µs2401µs
# spent 220µs (40+181) within Markdent::Role::SpanParser::BEGIN@9 which was called: # once (40µs+181µs) by Class::MOP::__ANON__[/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Class/MOP.pm:118] at line 9
use namespace::autoclean;
# spent 220µs making 1 call to Markdent::Role::SpanParser::BEGIN@9 # spent 180µs making 1 call to namespace::autoclean::import
103224µs229.6ms
# spent 14.8ms (43µs+14.8) within Markdent::Role::SpanParser::BEGIN@10 which was called: # once (43µs+14.8ms) by Class::MOP::__ANON__[/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Class/MOP.pm:118] at line 10
use Moose::Role;
# spent 14.8ms making 1 call to Markdent::Role::SpanParser::BEGIN@10 # spent 14.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
11
12120µs111.2mswith 'Markdent::Role::AnyParser';
# spent 11.2ms making 1 call to Moose::Role::with
13
14115µs1332µsrequires 'parse_block';
# spent 332µs making 1 call to Moose::Role::requires
15
16146µs1;
17
18# ABSTRACT: A role for span parsers
19
- -
22=pod
23
- -
70156µs117.4ms__END__