← 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/StartListItem.pm
StatementsExecuted 19 statements in 978µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11157µs142µsMarkdent::Event::StartListItem::::BEGIN@7Markdent::Event::StartListItem::BEGIN@7
11149µs23.9msMarkdent::Event::StartListItem::::BEGIN@11Markdent::Event::StartListItem::BEGIN@11
11147µs47µsMarkdent::Event::StartListItem::::BEGIN@2Markdent::Event::StartListItem::BEGIN@2
11145µs23.1msMarkdent::Event::StartListItem::::BEGIN@10Markdent::Event::StartListItem::BEGIN@10
11142µs225µsMarkdent::Event::StartListItem::::BEGIN@9Markdent::Event::StartListItem::BEGIN@9
11140µs59µsMarkdent::Event::StartListItem::::BEGIN@6Markdent::Event::StartListItem::BEGIN@6
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::StartListItem;
2
# spent 47µs within Markdent::Event::StartListItem::BEGIN@2 which was called: # once (47µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@16 at line 4
BEGIN {
3129µs $Markdent::Event::StartListItem::VERSION = '0.17';
4173µs147µs}
# spent 47µs making 1 call to Markdent::Event::StartListItem::BEGIN@2
5
63109µs277µs
# spent 59µs (40+18) within Markdent::Event::StartListItem::BEGIN@6 which was called: # once (40µs+18µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@16 at line 6
use strict;
# spent 59µs making 1 call to Markdent::Event::StartListItem::BEGIN@6 # spent 18µs making 1 call to strict::import
73117µs2226µs
# spent 142µs (57+85) within Markdent::Event::StartListItem::BEGIN@7 which was called: # once (57µs+85µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@16 at line 7
use warnings;
# spent 142µs making 1 call to Markdent::Event::StartListItem::BEGIN@7 # spent 85µs making 1 call to warnings::import
8
93104µs2408µs
# spent 225µs (42+183) within Markdent::Event::StartListItem::BEGIN@9 which was called: # once (42µs+183µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@16 at line 9
use namespace::autoclean;
# spent 225µs making 1 call to Markdent::Event::StartListItem::BEGIN@9 # spent 183µs making 1 call to namespace::autoclean::import
103158µs246.2ms
# spent 23.1ms (45µs+23.1) within Markdent::Event::StartListItem::BEGIN@10 which was called: # once (45µs+23.1ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@16 at line 10
use Moose;
# spent 23.1ms making 1 call to Markdent::Event::StartListItem::BEGIN@10 # spent 23.1ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
113255µs247.8ms
# spent 23.9ms (49µs+23.9) within Markdent::Event::StartListItem::BEGIN@11 which was called: # once (49µs+23.9ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@16 at line 11
use MooseX::StrictConstructor;
# spent 23.9ms making 1 call to Markdent::Event::StartListItem::BEGIN@11 # spent 23.9ms 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
15124µs213.1ms__PACKAGE__->meta()->make_immutable();
# spent 13.0ms making 1 call to Class::MOP::Class::make_immutable # spent 90µs making 1 call to Markdent::Event::StartListItem::meta
16
17140µs1;
18
19# ABSTRACT: An event for the start of a list item
20
- -
23=pod
24
- -
59154µs114.8ms__END__