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

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/StartHeader.pm
StatementsExecuted 23 statements in 1.21ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11158µs27.7msMarkdent::Event::StartHeader::::BEGIN@12Markdent::Event::StartHeader::BEGIN@12
11150µs230µsMarkdent::Event::StartHeader::::BEGIN@11Markdent::Event::StartHeader::BEGIN@11
11148µs26.4msMarkdent::Event::StartHeader::::BEGIN@13Markdent::Event::StartHeader::BEGIN@13
11147µs47µsMarkdent::Event::StartHeader::::BEGIN@2Markdent::Event::StartHeader::BEGIN@2
11139µs8.25msMarkdent::Event::StartHeader::::BEGIN@9Markdent::Event::StartHeader::BEGIN@9
11138µs57µsMarkdent::Event::StartHeader::::BEGIN@6Markdent::Event::StartHeader::BEGIN@6
11138µs106µsMarkdent::Event::StartHeader::::BEGIN@7Markdent::Event::StartHeader::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::StartHeader;
2
# spent 47µs within Markdent::Event::StartHeader::BEGIN@2 which was called: # once (47µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@14 at line 4
BEGIN {
3128µs $Markdent::Event::StartHeader::VERSION = '0.17';
4172µs147µs}
# spent 47µs making 1 call to Markdent::Event::StartHeader::BEGIN@2
5
6395µs275µs
# spent 57µs (38+18) within Markdent::Event::StartHeader::BEGIN@6 which was called: # once (38µs+18µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@14 at line 6
use strict;
# spent 57µs making 1 call to Markdent::Event::StartHeader::BEGIN@6 # spent 18µs making 1 call to strict::import
73107µs2174µs
# spent 106µs (38+68) within Markdent::Event::StartHeader::BEGIN@7 which was called: # once (38µs+68µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@14 at line 7
use warnings;
# spent 106µs making 1 call to Markdent::Event::StartHeader::BEGIN@7 # spent 68µs making 1 call to warnings::import
8
93148µs216.5ms
# spent 8.25ms (39µs+8.21) within Markdent::Event::StartHeader::BEGIN@9 which was called: # once (39µs+8.21ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@14 at line 9
use Markdent::Types qw( HeaderLevel );
# spent 8.25ms making 1 call to Markdent::Event::StartHeader::BEGIN@9 # spent 8.21ms making 1 call to MooseX::Types::Combine::import
10
113106µs2409µs
# spent 230µs (50+180) within Markdent::Event::StartHeader::BEGIN@11 which was called: # once (50µs+180µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@14 at line 11
use namespace::autoclean;
# spent 230µs making 1 call to Markdent::Event::StartHeader::BEGIN@11 # spent 180µs making 1 call to namespace::autoclean::import
123158µs255.4ms
# spent 27.7ms (58µs+27.6) within Markdent::Event::StartHeader::BEGIN@12 which was called: # once (58µs+27.6ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@14 at line 12
use Moose;
# spent 27.7ms making 1 call to Markdent::Event::StartHeader::BEGIN@12 # spent 27.6ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
133292µs252.8ms
# spent 26.4ms (48µs+26.4) within Markdent::Event::StartHeader::BEGIN@13 which was called: # once (48µs+26.4ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@14 at line 13
use MooseX::StrictConstructor;
# spent 26.4ms making 1 call to Markdent::Event::StartHeader::BEGIN@13 # spent 26.4ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
14
15124µs27.94mshas level => (
# spent 7.60ms making 1 call to Moose::has # spent 334µs making 1 call to __TYPE__::Markdent::Types::Internal::HeaderLevel
16 is => 'ro',
17 isa => HeaderLevel,
18 required => 1,
19);
20
21114µs135.1mswith 'Markdent::Role::Event';
# spent 35.1ms making 1 call to Moose::with
22
23124µs214.3ms__PACKAGE__->meta()->make_immutable();
# spent 14.2ms making 1 call to Class::MOP::Class::make_immutable # spent 89µs making 1 call to Markdent::Event::StartHeader::meta
24
25184µs1;
26
27# ABSTRACT: An event for the start of a header
28
- -
31=pod
32
- -
75157µs117.8ms__END__