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

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/StartDocument.pm
StatementsExecuted 19 statements in 1.34ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1111.22ms103msMarkdent::Event::StartDocument::::BEGIN@11Markdent::Event::StartDocument::BEGIN@11
11196µs114µsMarkdent::Event::StartDocument::::BEGIN@6Markdent::Event::StartDocument::BEGIN@6
11150µs22.7msMarkdent::Event::StartDocument::::BEGIN@10Markdent::Event::StartDocument::BEGIN@10
11149µs49µsMarkdent::Event::StartDocument::::BEGIN@2Markdent::Event::StartDocument::BEGIN@2
11141µs110µsMarkdent::Event::StartDocument::::BEGIN@7Markdent::Event::StartDocument::BEGIN@7
11139µs220µsMarkdent::Event::StartDocument::::BEGIN@9Markdent::Event::StartDocument::BEGIN@9
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::StartDocument;
2
# spent 49µs within Markdent::Event::StartDocument::BEGIN@2 which was called: # once (49µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@10 at line 4
BEGIN {
3126µs $Markdent::Event::StartDocument::VERSION = '0.17';
4172µs149µs}
# spent 49µs making 1 call to Markdent::Event::StartDocument::BEGIN@2
5
63109µs2131µs
# spent 114µs (96+17) within Markdent::Event::StartDocument::BEGIN@6 which was called: # once (96µs+17µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@10 at line 6
use strict;
# spent 114µs making 1 call to Markdent::Event::StartDocument::BEGIN@6 # spent 17µs making 1 call to strict::import
7396µs2178µs
# spent 110µs (41+69) within Markdent::Event::StartDocument::BEGIN@7 which was called: # once (41µs+69µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@10 at line 7
use warnings;
# spent 110µs making 1 call to Markdent::Event::StartDocument::BEGIN@7 # spent 69µs making 1 call to warnings::import
8
93101µs2401µs
# spent 220µs (39+181) within Markdent::Event::StartDocument::BEGIN@9 which was called: # once (39µs+181µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@10 at line 9
use namespace::autoclean;
# spent 220µs making 1 call to Markdent::Event::StartDocument::BEGIN@9 # spent 181µs making 1 call to namespace::autoclean::import
103154µs245.3ms
# spent 22.7ms (50µs+22.6) within Markdent::Event::StartDocument::BEGIN@10 which was called: # once (50µs+22.6ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@10 at line 10
use Moose;
# spent 22.7ms making 1 call to Markdent::Event::StartDocument::BEGIN@10 # spent 22.6ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
113647µs2166ms
# spent 103ms (1.22+101) within Markdent::Event::StartDocument::BEGIN@11 which was called: # once (1.22ms+101ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@10 at line 11
use MooseX::StrictConstructor;
# spent 103ms making 1 call to Markdent::Event::StartDocument::BEGIN@11 # spent 63.5ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
12
13113µs1471mswith 'Markdent::Role::Event';
# spent 471ms making 1 call to Moose::with
14
15124µs215.3ms__PACKAGE__->meta()->make_immutable();
# spent 15.2ms making 1 call to Class::MOP::Class::make_immutable # spent 90µs making 1 call to Markdent::Event::StartDocument::meta
16
17140µs1;
18
19# ABSTRACT: An event for the start of a document
20
- -
23=pod
24
- -
59153µs115.4ms__END__