← 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:11:43 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 929µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11152µs52µsMarkdent::Event::EndOrderedList::::BEGIN@2Markdent::Event::EndOrderedList::BEGIN@2
11148µs21.5msMarkdent::Event::EndOrderedList::::BEGIN@11Markdent::Event::EndOrderedList::BEGIN@11
11146µs23.4msMarkdent::Event::EndOrderedList::::BEGIN@10Markdent::Event::EndOrderedList::BEGIN@10
11141µs60µsMarkdent::Event::EndOrderedList::::BEGIN@6Markdent::Event::EndOrderedList::BEGIN@6
11141µs110µsMarkdent::Event::EndOrderedList::::BEGIN@7Markdent::Event::EndOrderedList::BEGIN@7
11141µs318µsMarkdent::Event::EndOrderedList::::BEGIN@9Markdent::Event::EndOrderedList::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::Event::EndOrderedList;
2
# spent 52µs within Markdent::Event::EndOrderedList::BEGIN@2 which was called: # once (52µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@19 at line 4
BEGIN {
3128µs $Markdent::Event::EndOrderedList::VERSION = '0.17';
4176µs152µs}
# spent 52µs making 1 call to Markdent::Event::EndOrderedList::BEGIN@2
5
6395µs278µs
# spent 60µs (41+18) within Markdent::Event::EndOrderedList::BEGIN@6 which was called: # once (41µ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µs2178µs
# spent 110µ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 110µs making 1 call to Markdent::Event::EndOrderedList::BEGIN@7 # spent 69µs making 1 call to warnings::import
8
93120µs2595µs
# spent 318µs (41+277) within Markdent::Event::EndOrderedList::BEGIN@9 which was called: # once (41µs+277µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@19 at line 9
use namespace::autoclean;
# spent 318µs making 1 call to Markdent::Event::EndOrderedList::BEGIN@9 # spent 277µs making 1 call to namespace::autoclean::import
103156µs246.8ms
# spent 23.4ms (46µs+23.4) within Markdent::Event::EndOrderedList::BEGIN@10 which was called: # once (46µs+23.4ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@19 at line 10
use Moose;
# spent 23.4ms making 1 call to Markdent::Event::EndOrderedList::BEGIN@10 # spent 23.4ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
113215µs243.0ms
# spent 21.5ms (48µs+21.5) within Markdent::Event::EndOrderedList::BEGIN@11 which was called: # once (48µs+21.5ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@19 at line 11
use MooseX::StrictConstructor;
# spent 21.5ms making 1 call to Markdent::Event::EndOrderedList::BEGIN@11 # spent 21.5ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
12
13114µs130.0mswith 'Markdent::Role::Event';
# spent 30.0ms making 1 call to Moose::with
14
15128µs213.7ms__PACKAGE__->meta()->make_immutable();
# spent 13.6ms making 1 call to Class::MOP::Class::make_immutable # spent 95µs making 1 call to Markdent::Event::EndOrderedList::meta
16
17143µs1;
18
19# ABSTRACT: An event for the end of a ordered list
20
- -
23=pod
24
- -
59153µs17.43ms__END__