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

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Role/Handler.pm
StatementsExecuted 15 statements in 696µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11153µs53µsMarkdent::Role::Handler::::BEGIN@2Markdent::Role::Handler::BEGIN@2
11141µs14.5msMarkdent::Role::Handler::::BEGIN@10Markdent::Role::Handler::BEGIN@10
11140µs58µsMarkdent::Role::Handler::::BEGIN@6Markdent::Role::Handler::BEGIN@6
11138µs108µsMarkdent::Role::Handler::::BEGIN@7Markdent::Role::Handler::BEGIN@7
11136µs214µsMarkdent::Role::Handler::::BEGIN@9Markdent::Role::Handler::BEGIN@9
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::Handler;
2
# spent 53µs within Markdent::Role::Handler::BEGIN@2 which was called: # once (53µ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::Handler::VERSION = '0.17';
4175µs153µs}
# spent 53µs making 1 call to Markdent::Role::Handler::BEGIN@2
5
6394µs275µs
# spent 58µs (40+17) within Markdent::Role::Handler::BEGIN@6 which was called: # once (40µs+17µ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::Handler::BEGIN@6 # spent 17µs making 1 call to strict::import
7393µs2178µs
# spent 108µs (38+70) within Markdent::Role::Handler::BEGIN@7 which was called: # once (38µ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 108µs making 1 call to Markdent::Role::Handler::BEGIN@7 # spent 70µs making 1 call to warnings::import
8
93102µs2392µs
# spent 214µs (36+178) within Markdent::Role::Handler::BEGIN@9 which was called: # once (36µs+178µ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 214µs making 1 call to Markdent::Role::Handler::BEGIN@9 # spent 178µs making 1 call to namespace::autoclean::import
103212µs228.9ms
# spent 14.5ms (41µs+14.4) within Markdent::Role::Handler::BEGIN@10 which was called: # once (41µs+14.4ms) 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.5ms making 1 call to Markdent::Role::Handler::BEGIN@10 # spent 14.4ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
11
12111µs1574µsrequires 'handle_event';
# spent 574µs making 1 call to Moose::Role::requires
13
14128µs1;
15
16# ABSTRACT: A required role for all handlers
17
- -
20=pod
21
- -
63152µs116.8ms__END__