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

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/EndDocument.pm
StatementsExecuted 19 statements in 962µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11148µs48µsMarkdent::Event::EndDocument::::BEGIN@2Markdent::Event::EndDocument::BEGIN@2
11146µs22.9msMarkdent::Event::EndDocument::::BEGIN@10Markdent::Event::EndDocument::BEGIN@10
11145µs23.9msMarkdent::Event::EndDocument::::BEGIN@11Markdent::Event::EndDocument::BEGIN@11
11140µs109µsMarkdent::Event::EndDocument::::BEGIN@7Markdent::Event::EndDocument::BEGIN@7
11140µs58µsMarkdent::Event::EndDocument::::BEGIN@6Markdent::Event::EndDocument::BEGIN@6
11140µs218µsMarkdent::Event::EndDocument::::BEGIN@9Markdent::Event::EndDocument::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::EndDocument;
2
# spent 48µs within Markdent::Event::EndDocument::BEGIN@2 which was called: # once (48µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@11 at line 4
BEGIN {
3130µs $Markdent::Event::EndDocument::VERSION = '0.17';
4175µs148µs}
# spent 48µs making 1 call to Markdent::Event::EndDocument::BEGIN@2
5
6398µs276µs
# spent 58µs (40+18) within Markdent::Event::EndDocument::BEGIN@6 which was called: # once (40µs+18µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@11 at line 6
use strict;
# spent 58µs making 1 call to Markdent::Event::EndDocument::BEGIN@6 # spent 18µs making 1 call to strict::import
73121µs2177µs
# spent 109µs (40+68) within Markdent::Event::EndDocument::BEGIN@7 which was called: # once (40µs+68µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@11 at line 7
use warnings;
# spent 109µs making 1 call to Markdent::Event::EndDocument::BEGIN@7 # spent 68µs making 1 call to warnings::import
8
93132µs2397µs
# spent 218µs (40+179) within Markdent::Event::EndDocument::BEGIN@9 which was called: # once (40µs+179µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@11 at line 9
use namespace::autoclean;
# spent 218µs making 1 call to Markdent::Event::EndDocument::BEGIN@9 # spent 178µs making 1 call to namespace::autoclean::import
103154µs245.7ms
# spent 22.9ms (46µs+22.8) within Markdent::Event::EndDocument::BEGIN@10 which was called: # once (46µs+22.8ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@11 at line 10
use Moose;
# spent 22.9ms making 1 call to Markdent::Event::EndDocument::BEGIN@10 # spent 22.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
113220µs247.7ms
# spent 23.9ms (45µs+23.8) within Markdent::Event::EndDocument::BEGIN@11 which was called: # once (45µs+23.8ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@11 at line 11
use MooseX::StrictConstructor;
# spent 23.9ms making 1 call to Markdent::Event::EndDocument::BEGIN@11 # spent 23.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
12
13114µs134.6mswith 'Markdent::Role::Event';
# spent 34.6ms making 1 call to Moose::with
14
15124µs213.3ms__PACKAGE__->meta()->make_immutable();
# spent 13.2ms making 1 call to Class::MOP::Class::make_immutable # spent 89µs making 1 call to Markdent::Event::EndDocument::meta
16
17140µs1;
18
19# ABSTRACT: An event for the end of a document
20
- -
23=pod
24
- -
59154µs115.4ms__END__