← 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/Role/EventAsText.pm
StatementsExecuted 15 statements in 741µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11154µs72µsMarkdent::Role::EventAsText::::BEGIN@6Markdent::Role::EventAsText::BEGIN@6
11153µs53µsMarkdent::Role::EventAsText::::BEGIN@2Markdent::Role::EventAsText::BEGIN@2
11145µs15.5msMarkdent::Role::EventAsText::::BEGIN@10Markdent::Role::EventAsText::BEGIN@10
11140µs109µsMarkdent::Role::EventAsText::::BEGIN@7Markdent::Role::EventAsText::BEGIN@7
11139µs243µsMarkdent::Role::EventAsText::::BEGIN@9Markdent::Role::EventAsText::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::EventAsText;
2
# spent 53µs within Markdent::Role::EventAsText::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 {
3128µs $Markdent::Role::EventAsText::VERSION = '0.17';
4174µs153µs}
# spent 53µs making 1 call to Markdent::Role::EventAsText::BEGIN@2
5
63106µs289µs
# spent 72µs (54+17) within Markdent::Role::EventAsText::BEGIN@6 which was called: # once (54µ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 72µs making 1 call to Markdent::Role::EventAsText::BEGIN@6 # spent 17µs making 1 call to strict::import
7397µs2179µs
# spent 109µs (40+70) within Markdent::Role::EventAsText::BEGIN@7 which was called: # once (40µ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::EventAsText::BEGIN@7 # spent 70µs making 1 call to warnings::import
8
93124µs2448µs
# spent 243µs (39+204) within Markdent::Role::EventAsText::BEGIN@9 which was called: # once (39µs+204µ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 243µs making 1 call to Markdent::Role::EventAsText::BEGIN@9 # spent 204µs making 1 call to namespace::autoclean::import
103223µs231.0ms
# spent 15.5ms (45µs+15.5) within Markdent::Role::EventAsText::BEGIN@10 which was called: # once (45µs+15.5ms) 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 15.5ms making 1 call to Markdent::Role::EventAsText::BEGIN@10 # spent 15.5ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
11
12112µs1339µsrequires 'as_text';
# spent 339µs making 1 call to Moose::Role::requires
13
14127µs1;
15
16# ABSTRACT: Indicates that an event has an as_text method
17
- -
20=pod
21
- -
60151µs117.1ms__END__