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

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/EndOrderedList.pm
StatementsExecuted 19 statements in 923µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11153µs53µsMarkdent::Event::EndOrderedList::::BEGIN@2Markdent::Event::EndOrderedList::BEGIN@2
11147µs30.1msMarkdent::Event::EndOrderedList::::BEGIN@11Markdent::Event::EndOrderedList::BEGIN@11
11146µs22.9msMarkdent::Event::EndOrderedList::::BEGIN@10Markdent::Event::EndOrderedList::BEGIN@10
11143µs249µsMarkdent::Event::EndOrderedList::::BEGIN@9Markdent::Event::EndOrderedList::BEGIN@9
11142µs60µsMarkdent::Event::EndOrderedList::::BEGIN@6Markdent::Event::EndOrderedList::BEGIN@6
11141µs111µsMarkdent::Event::EndOrderedList::::BEGIN@7Markdent::Event::EndOrderedList::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::Event::EndOrderedList;
2
# spent 53µs within Markdent::Event::EndOrderedList::BEGIN@2 which was called: # once (53µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@19 at line 4
BEGIN {
3128µs $Markdent::Event::EndOrderedList::VERSION = '0.17';
4177µs153µs}
# spent 53µs making 1 call to Markdent::Event::EndOrderedList::BEGIN@2
5
6396µs278µs
# spent 60µs (42+18) within Markdent::Event::EndOrderedList::BEGIN@6 which was called: # once (42µs+18µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@19 at line 6
use strict;
# spent 60µs making 1 call to Markdent::Event::EndOrderedList::BEGIN@6 # spent 18µs making 1 call to strict::import
73101µs2180µs
# spent 111µs (41+69) within Markdent::Event::EndOrderedList::BEGIN@7 which was called: # once (41µs+69µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@19 at line 7
use warnings;
# spent 111µs making 1 call to Markdent::Event::EndOrderedList::BEGIN@7 # spent 69µs making 1 call to warnings::import
8
93111µs2455µs
# spent 249µs (43+206) within Markdent::Event::EndOrderedList::BEGIN@9 which was called: # once (43µs+206µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@19 at line 9
use namespace::autoclean;
# spent 249µs making 1 call to Markdent::Event::EndOrderedList::BEGIN@9 # spent 206µs making 1 call to namespace::autoclean::import
103158µs245.7ms
# spent 22.9ms (46µs+22.8) within Markdent::Event::EndOrderedList::BEGIN@10 which was called: # once (46µs+22.8ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@19 at line 10
use Moose;
# spent 22.9ms making 1 call to Markdent::Event::EndOrderedList::BEGIN@10 # spent 22.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
113220µs260.2ms
# spent 30.1ms (47µs+30.1) within Markdent::Event::EndOrderedList::BEGIN@11 which was called: # once (47µs+30.1ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@19 at line 11
use MooseX::StrictConstructor;
# spent 30.1ms making 1 call to Markdent::Event::EndOrderedList::BEGIN@11 # spent 30.1ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
12
13114µs136.0mswith 'Markdent::Role::Event';
# spent 36.0ms making 1 call to Moose::with
14
15124µs213.1ms__PACKAGE__->meta()->make_immutable();
# spent 13.0ms making 1 call to Class::MOP::Class::make_immutable # spent 90µs making 1 call to Markdent::Event::EndOrderedList::meta
16
17141µs1;
18
19# ABSTRACT: An event for the end of a ordered list
20
- -
23=pod
24
- -
59154µs115.2ms__END__