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

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/EndListItem.pm
StatementsExecuted 19 statements in 907µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111111µs288µsMarkdent::Event::EndListItem::::BEGIN@9Markdent::Event::EndListItem::BEGIN@9
11148µs48µsMarkdent::Event::EndListItem::::BEGIN@2Markdent::Event::EndListItem::BEGIN@2
11147µs26.8msMarkdent::Event::EndListItem::::BEGIN@11Markdent::Event::EndListItem::BEGIN@11
11146µs22.8msMarkdent::Event::EndListItem::::BEGIN@10Markdent::Event::EndListItem::BEGIN@10
11139µs57µsMarkdent::Event::EndListItem::::BEGIN@6Markdent::Event::EndListItem::BEGIN@6
11138µs106µsMarkdent::Event::EndListItem::::BEGIN@7Markdent::Event::EndListItem::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::EndListItem;
2
# spent 48µs within Markdent::Event::EndListItem::BEGIN@2 which was called: # once (48µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@17 at line 4
BEGIN {
3126µs $Markdent::Event::EndListItem::VERSION = '0.17';
4172µs148µs}
# spent 48µs making 1 call to Markdent::Event::EndListItem::BEGIN@2
5
6394µs275µs
# spent 57µs (39+18) within Markdent::Event::EndListItem::BEGIN@6 which was called: # once (39µs+18µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@17 at line 6
use strict;
# spent 57µs making 1 call to Markdent::Event::EndListItem::BEGIN@6 # spent 18µs making 1 call to strict::import
7395µs2175µs
# spent 106µs (38+68) within Markdent::Event::EndListItem::BEGIN@7 which was called: # once (38µs+68µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@17 at line 7
use warnings;
# spent 106µs making 1 call to Markdent::Event::EndListItem::BEGIN@7 # spent 68µs making 1 call to warnings::import
8
93116µs2465µs
# spent 288µs (111+177) within Markdent::Event::EndListItem::BEGIN@9 which was called: # once (111µs+177µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@17 at line 9
use namespace::autoclean;
# spent 288µs making 1 call to Markdent::Event::EndListItem::BEGIN@9 # spent 177µs making 1 call to namespace::autoclean::import
103155µs245.6ms
# spent 22.8ms (46µs+22.8) within Markdent::Event::EndListItem::BEGIN@10 which was called: # once (46µs+22.8ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@17 at line 10
use Moose;
# spent 22.8ms making 1 call to Markdent::Event::EndListItem::BEGIN@10 # spent 22.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
113216µs253.6ms
# spent 26.8ms (47µs+26.8) within Markdent::Event::EndListItem::BEGIN@11 which was called: # once (47µs+26.8ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@17 at line 11
use MooseX::StrictConstructor;
# spent 26.8ms making 1 call to Markdent::Event::EndListItem::BEGIN@11 # spent 26.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
12
13114µs135.1mswith 'Markdent::Role::Event';
# spent 35.1ms making 1 call to Moose::with
14
15125µs213.2ms__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::EndListItem::meta
16
17141µs1;
18
19# ABSTRACT: An event for the end of a list item
20
- -
23=pod
24
- -
59154µs114.8ms__END__