← 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:14:39 2010

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Role/BlockParser.pm
StatementsExecuted 17 statements in 869µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11154µs54µsMarkdent::Role::BlockParser::::BEGIN@2Markdent::Role::BlockParser::BEGIN@2
11143µs14.8msMarkdent::Role::BlockParser::::BEGIN@10Markdent::Role::BlockParser::BEGIN@10
11141µs221µsMarkdent::Role::BlockParser::::BEGIN@9Markdent::Role::BlockParser::BEGIN@9
11139µs58µsMarkdent::Role::BlockParser::::BEGIN@6Markdent::Role::BlockParser::BEGIN@6
11139µs109µsMarkdent::Role::BlockParser::::BEGIN@7Markdent::Role::BlockParser::BEGIN@7
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::BlockParser;
2
# spent 54µs within Markdent::Role::BlockParser::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 {
3130µs $Markdent::Role::BlockParser::VERSION = '0.17';
4177µs154µs}
# spent 54µs making 1 call to Markdent::Role::BlockParser::BEGIN@2
5
6396µs276µs
# spent 58µs (39+18) within Markdent::Role::BlockParser::BEGIN@6 which was called: # once (39µ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::BlockParser::BEGIN@6 # spent 18µs making 1 call to strict::import
7399µs2178µs
# spent 109µs (39+70) within Markdent::Role::BlockParser::BEGIN@7 which was called: # once (39µs+70µ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 109µs making 1 call to Markdent::Role::BlockParser::BEGIN@7 # spent 70µs making 1 call to warnings::import
8
93105µs2401µs
# spent 221µs (41+180) within Markdent::Role::BlockParser::BEGIN@9 which was called: # once (41µs+180µ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 221µs making 1 call to Markdent::Role::BlockParser::BEGIN@9 # spent 180µs making 1 call to namespace::autoclean::import
103295µs229.6ms
# spent 14.8ms (43µs+14.8) within Markdent::Role::BlockParser::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::BlockParser::BEGIN@10 # spent 14.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
11
12117µs1110mswith 'Markdent::Role::AnyParser';
# spent 110ms making 1 call to Moose::Role::with
13
14112µs1324µsrequires 'parse_document';
# spent 324µs making 1 call to Moose::Role::requires
15
16117µs1684µshas _span_parser => (
# spent 684µs making 1 call to Moose::Role::has
17 is => 'ro',
18 does => 'Markdent::Role::SpanParser',
19 init_arg => 'span_parser',
20 required => 1,
21);
22
23163µs1;
24
25# ABSTRACT: A role for block parsers
26
- -
29=pod
30
- -
88158µs117.2ms__END__