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

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/StartOrderedList.pm
StatementsExecuted 19 statements in 937µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11148µs23.8msMarkdent::Event::StartOrderedList::::BEGIN@11Markdent::Event::StartOrderedList::BEGIN@11
11147µs47µsMarkdent::Event::StartOrderedList::::BEGIN@2Markdent::Event::StartOrderedList::BEGIN@2
11144µs23.0msMarkdent::Event::StartOrderedList::::BEGIN@10Markdent::Event::StartOrderedList::BEGIN@10
11139µs108µsMarkdent::Event::StartOrderedList::::BEGIN@7Markdent::Event::StartOrderedList::BEGIN@7
11139µs58µsMarkdent::Event::StartOrderedList::::BEGIN@6Markdent::Event::StartOrderedList::BEGIN@6
11139µs247µsMarkdent::Event::StartOrderedList::::BEGIN@9Markdent::Event::StartOrderedList::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::StartOrderedList;
2
# spent 47µs within Markdent::Event::StartOrderedList::BEGIN@2 which was called: # once (47µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@18 at line 4
BEGIN {
3148µs $Markdent::Event::StartOrderedList::VERSION = '0.17';
4176µs147µs}
# spent 47µs making 1 call to Markdent::Event::StartOrderedList::BEGIN@2
5
6396µs277µs
# spent 58µs (39+19) within Markdent::Event::StartOrderedList::BEGIN@6 which was called: # once (39µs+19µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@18 at line 6
use strict;
# spent 58µs making 1 call to Markdent::Event::StartOrderedList::BEGIN@6 # spent 19µs making 1 call to strict::import
7399µs2177µs
# spent 108µs (39+69) within Markdent::Event::StartOrderedList::BEGIN@7 which was called: # once (39µs+69µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@18 at line 7
use warnings;
# spent 108µs making 1 call to Markdent::Event::StartOrderedList::BEGIN@7 # spent 69µs making 1 call to warnings::import
8
93107µs2455µs
# spent 247µs (39+208) within Markdent::Event::StartOrderedList::BEGIN@9 which was called: # once (39µs+208µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@18 at line 9
use namespace::autoclean;
# spent 247µs making 1 call to Markdent::Event::StartOrderedList::BEGIN@9 # spent 208µs making 1 call to namespace::autoclean::import
103158µs245.9ms
# spent 23.0ms (44µs+22.9) within Markdent::Event::StartOrderedList::BEGIN@10 which was called: # once (44µs+22.9ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@18 at line 10
use Moose;
# spent 23.0ms making 1 call to Markdent::Event::StartOrderedList::BEGIN@10 # spent 22.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
113220µs247.6ms
# spent 23.8ms (48µs+23.8) within Markdent::Event::StartOrderedList::BEGIN@11 which was called: # once (48µs+23.8ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@18 at line 11
use MooseX::StrictConstructor;
# spent 23.8ms making 1 call to Markdent::Event::StartOrderedList::BEGIN@11 # spent 23.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
12
13114µs134.7mswith 'Markdent::Role::Event';
# spent 34.7ms making 1 call to Moose::with
14
15125µs213.1ms__PACKAGE__->meta()->make_immutable();
# spent 13.1ms making 1 call to Class::MOP::Class::make_immutable # spent 91µs making 1 call to Markdent::Event::StartOrderedList::meta
16
17141µs1;
18
19# ABSTRACT: An event for the start of a ordered list
20
- -
23=pod
24
- -
59154µs114.6ms__END__