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

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/StartUnorderedList.pm
StatementsExecuted 19 statements in 932µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11148µs48µsMarkdent::Event::StartUnorderedList::::BEGIN@2Markdent::Event::StartUnorderedList::BEGIN@2
11147µs23.7msMarkdent::Event::StartUnorderedList::::BEGIN@11Markdent::Event::StartUnorderedList::BEGIN@11
11144µs22.8msMarkdent::Event::StartUnorderedList::::BEGIN@10Markdent::Event::StartUnorderedList::BEGIN@10
11139µs57µsMarkdent::Event::StartUnorderedList::::BEGIN@6Markdent::Event::StartUnorderedList::BEGIN@6
11138µs218µsMarkdent::Event::StartUnorderedList::::BEGIN@9Markdent::Event::StartUnorderedList::BEGIN@9
11138µs106µsMarkdent::Event::StartUnorderedList::::BEGIN@7Markdent::Event::StartUnorderedList::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::StartUnorderedList;
2
# spent 48µs within Markdent::Event::StartUnorderedList::BEGIN@2 which was called: # once (48µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@22 at line 4
BEGIN {
3130µs $Markdent::Event::StartUnorderedList::VERSION = '0.17';
4174µs148µs}
# spent 48µs making 1 call to Markdent::Event::StartUnorderedList::BEGIN@2
5
6395µs275µs
# spent 57µs (39+18) within Markdent::Event::StartUnorderedList::BEGIN@6 which was called: # once (39µs+18µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@22 at line 6
use strict;
# spent 57µs making 1 call to Markdent::Event::StartUnorderedList::BEGIN@6 # spent 18µs making 1 call to strict::import
7396µs2175µs
# spent 106µs (38+68) within Markdent::Event::StartUnorderedList::BEGIN@7 which was called: # once (38µs+68µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@22 at line 7
use warnings;
# spent 106µs making 1 call to Markdent::Event::StartUnorderedList::BEGIN@7 # spent 68µs making 1 call to warnings::import
8
93101µs2398µs
# spent 218µs (38+180) within Markdent::Event::StartUnorderedList::BEGIN@9 which was called: # once (38µs+180µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@22 at line 9
use namespace::autoclean;
# spent 218µs making 1 call to Markdent::Event::StartUnorderedList::BEGIN@9 # spent 180µs making 1 call to namespace::autoclean::import
103156µs245.5ms
# spent 22.8ms (44µs+22.7) within Markdent::Event::StartUnorderedList::BEGIN@10 which was called: # once (44µs+22.7ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@22 at line 10
use Moose;
# spent 22.8ms making 1 call to Markdent::Event::StartUnorderedList::BEGIN@10 # spent 22.7ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
113216µs247.4ms
# spent 23.7ms (47µs+23.7) within Markdent::Event::StartUnorderedList::BEGIN@11 which was called: # once (47µs+23.7ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@22 at line 11
use MooseX::StrictConstructor;
# spent 23.7ms making 1 call to Markdent::Event::StartUnorderedList::BEGIN@11 # spent 23.7ms 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::StartUnorderedList::meta
16
17141µs1;
18
19# ABSTRACT: An event for the start of an unordered list
20
- -
23=pod
24
- -
59186µs114.6ms__END__