← Index
NYTProf Performance Profile   « block view • line view • sub view »
For -e
  Run on Wed Nov 17 22:00:36 2010
Reported on Wed Nov 17 22:10:12 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 724µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11150µs50µsMarkdent::Role::EventAsText::::BEGIN@2Markdent::Role::EventAsText::BEGIN@2
11146µs13.9msMarkdent::Role::EventAsText::::BEGIN@10Markdent::Role::EventAsText::BEGIN@10
11139µs57µsMarkdent::Role::EventAsText::::BEGIN@6Markdent::Role::EventAsText::BEGIN@6
11138µs106µsMarkdent::Role::EventAsText::::BEGIN@7Markdent::Role::EventAsText::BEGIN@7
11138µs236µ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 50µs within Markdent::Role::EventAsText::BEGIN@2 which was called: # once (50µs+0s) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 4
BEGIN {
3128µs $Markdent::Role::EventAsText::VERSION = '0.17';
4186µs150µs}
# spent 50µs making 1 call to Markdent::Role::EventAsText::BEGIN@2
5
6393µs276µs
# spent 57µs (39+18) within Markdent::Role::EventAsText::BEGIN@6 which was called: # once (39µs+18µs) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 6
use strict;
# spent 57µs making 1 call to Markdent::Role::EventAsText::BEGIN@6 # spent 18µs making 1 call to strict::import
7394µs2173µs
# spent 106µs (38+67) within Markdent::Role::EventAsText::BEGIN@7 which was called: # once (38µs+67µs) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 7
use warnings;
# spent 106µs making 1 call to Markdent::Role::EventAsText::BEGIN@7 # spent 67µs making 1 call to warnings::import
8
93105µs2433µs
# spent 236µs (38+198) within Markdent::Role::EventAsText::BEGIN@9 which was called: # once (38µs+198µs) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 9
use namespace::autoclean;
# spent 236µs making 1 call to Markdent::Role::EventAsText::BEGIN@9 # spent 198µs making 1 call to namespace::autoclean::import
103231µs227.7ms
# spent 13.9ms (46µs+13.8) within Markdent::Role::EventAsText::BEGIN@10 which was called: # once (46µs+13.8ms) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 10
use Moose::Role;
# spent 13.9ms making 1 call to Markdent::Role::EventAsText::BEGIN@10 # spent 13.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
11
12111µs1356µsrequires 'as_text';
# spent 356µs making 1 call to Moose::Role::requires
13
14125µs1;
15
16# ABSTRACT: Indicates that an event has an as_text method
17
- -
20=pod
21
- -
60151µs18.52ms__END__