← 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:11:48 2010

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/EndUnorderedList.pm
StatementsExecuted 19 statements in 904µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11174µs92µsMarkdent::Event::EndUnorderedList::::BEGIN@6Markdent::Event::EndUnorderedList::BEGIN@6
11152µs25.0msMarkdent::Event::EndUnorderedList::::BEGIN@11Markdent::Event::EndUnorderedList::BEGIN@11
11148µs48µsMarkdent::Event::EndUnorderedList::::BEGIN@2Markdent::Event::EndUnorderedList::BEGIN@2
11144µs23.0msMarkdent::Event::EndUnorderedList::::BEGIN@10Markdent::Event::EndUnorderedList::BEGIN@10
11140µs242µsMarkdent::Event::EndUnorderedList::::BEGIN@9Markdent::Event::EndUnorderedList::BEGIN@9
11138µs106µsMarkdent::Event::EndUnorderedList::::BEGIN@7Markdent::Event::EndUnorderedList::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::EndUnorderedList;
2
# spent 48µs within Markdent::Event::EndUnorderedList::BEGIN@2 which was called: # once (48µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@23 at line 4
BEGIN {
3127µs $Markdent::Event::EndUnorderedList::VERSION = '0.17';
4172µs148µs}
# spent 48µs making 1 call to Markdent::Event::EndUnorderedList::BEGIN@2
5
6398µs2109µs
# spent 92µs (74+18) within Markdent::Event::EndUnorderedList::BEGIN@6 which was called: # once (74µs+18µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@23 at line 6
use strict;
# spent 92µs making 1 call to Markdent::Event::EndUnorderedList::BEGIN@6 # spent 18µs making 1 call to strict::import
7396µs2173µs
# spent 106µs (38+67) within Markdent::Event::EndUnorderedList::BEGIN@7 which was called: # once (38µs+67µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@23 at line 7
use warnings;
# spent 106µs making 1 call to Markdent::Event::EndUnorderedList::BEGIN@7 # spent 67µs making 1 call to warnings::import
8
93106µs2444µs
# spent 242µs (40+202) within Markdent::Event::EndUnorderedList::BEGIN@9 which was called: # once (40µs+202µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@23 at line 9
use namespace::autoclean;
# spent 242µs making 1 call to Markdent::Event::EndUnorderedList::BEGIN@9 # spent 202µs making 1 call to namespace::autoclean::import
103157µs245.9ms
# spent 23.0ms (44µs+22.9) within Markdent::Event::EndUnorderedList::BEGIN@10 which was called: # once (44µs+22.9ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@23 at line 10
use Moose;
# spent 23.0ms making 1 call to Markdent::Event::EndUnorderedList::BEGIN@10 # spent 22.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
113217µs249.9ms
# spent 25.0ms (52µs+24.9) within Markdent::Event::EndUnorderedList::BEGIN@11 which was called: # once (52µs+24.9ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@23 at line 11
use MooseX::StrictConstructor;
# spent 25.0ms making 1 call to Markdent::Event::EndUnorderedList::BEGIN@11 # spent 24.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
12
13114µs134.8mswith 'Markdent::Role::Event';
# spent 34.8ms making 1 call to Moose::with
14
15124µs213.2ms__PACKAGE__->meta()->make_immutable();
# spent 13.1ms making 1 call to Class::MOP::Class::make_immutable # spent 89µs making 1 call to Markdent::Event::EndUnorderedList::meta
16
17140µs1;
18
19# ABSTRACT: An event for the end of an unordered list
20
- -
23=pod
24
- -
59154µs114.9ms__END__