← 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/HTMLCommentBlock.pm
StatementsExecuted 23 statements in 1.35ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11148µs48µsMarkdent::Event::HTMLCommentBlock::::BEGIN@2Markdent::Event::HTMLCommentBlock::BEGIN@2
11147µs25.1msMarkdent::Event::HTMLCommentBlock::::BEGIN@13Markdent::Event::HTMLCommentBlock::BEGIN@13
11146µs22.9msMarkdent::Event::HTMLCommentBlock::::BEGIN@12Markdent::Event::HTMLCommentBlock::BEGIN@12
11145µs227µsMarkdent::Event::HTMLCommentBlock::::BEGIN@11Markdent::Event::HTMLCommentBlock::BEGIN@11
11144µs112µsMarkdent::Event::HTMLCommentBlock::::BEGIN@7Markdent::Event::HTMLCommentBlock::BEGIN@7
11140µs16.8msMarkdent::Event::HTMLCommentBlock::::BEGIN@9Markdent::Event::HTMLCommentBlock::BEGIN@9
11138µs56µsMarkdent::Event::HTMLCommentBlock::::BEGIN@6Markdent::Event::HTMLCommentBlock::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::HTMLCommentBlock;
2
# spent 48µs within Markdent::Event::HTMLCommentBlock::BEGIN@2 which was called: # once (48µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@26 at line 4
BEGIN {
3128µs $Markdent::Event::HTMLCommentBlock::VERSION = '0.17';
4171µs148µs}
# spent 48µs making 1 call to Markdent::Event::HTMLCommentBlock::BEGIN@2
5
63176µs273µs
# spent 56µs (38+18) within Markdent::Event::HTMLCommentBlock::BEGIN@6 which was called: # once (38µs+18µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@26 at line 6
use strict;
# spent 56µs making 1 call to Markdent::Event::HTMLCommentBlock::BEGIN@6 # spent 18µs making 1 call to strict::import
73115µs2181µs
# spent 112µs (44+69) within Markdent::Event::HTMLCommentBlock::BEGIN@7 which was called: # once (44µs+69µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@26 at line 7
use warnings;
# spent 112µs making 1 call to Markdent::Event::HTMLCommentBlock::BEGIN@7 # spent 69µs making 1 call to warnings::import
8
93151µs233.5ms
# spent 16.8ms (40µs+16.7) within Markdent::Event::HTMLCommentBlock::BEGIN@9 which was called: # once (40µs+16.7ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@26 at line 9
use Markdent::Types qw( Str HashRef );
# spent 16.8ms making 1 call to Markdent::Event::HTMLCommentBlock::BEGIN@9 # spent 16.7ms making 1 call to MooseX::Types::Combine::import
10
113148µs2408µs
# spent 227µs (45+182) within Markdent::Event::HTMLCommentBlock::BEGIN@11 which was called: # once (45µs+182µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@26 at line 11
use namespace::autoclean;
# spent 227µs making 1 call to Markdent::Event::HTMLCommentBlock::BEGIN@11 # spent 182µs making 1 call to namespace::autoclean::import
123162µs245.8ms
# spent 22.9ms (46µs+22.9) within Markdent::Event::HTMLCommentBlock::BEGIN@12 which was called: # once (46µs+22.9ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@26 at line 12
use Moose;
# spent 22.9ms making 1 call to Markdent::Event::HTMLCommentBlock::BEGIN@12 # spent 22.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
133283µs250.1ms
# spent 25.1ms (47µs+25.0) within Markdent::Event::HTMLCommentBlock::BEGIN@13 which was called: # once (47µs+25.0ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@26 at line 13
use MooseX::StrictConstructor;
# spent 25.1ms making 1 call to Markdent::Event::HTMLCommentBlock::BEGIN@13 # spent 25.0ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
14
15124µs28.02mshas text => (
# spent 7.69ms making 1 call to Moose::has # spent 331µs making 1 call to __TYPE__::Str
16 is => 'ro',
17 isa => Str,
18 required => 1,
19);
20
21115µs135.4mswith 'Markdent::Role::Event';
# spent 35.4ms making 1 call to Moose::with
22
23124µs213.9ms__PACKAGE__->meta()->make_immutable();
# spent 13.8ms making 1 call to Class::MOP::Class::make_immutable # spent 91µs making 1 call to Markdent::Event::HTMLCommentBlock::meta
24
25187µs1;
26
27# ABSTRACT: An event for an HTML comment as a standalone block
28
- -
31=pod
32
- -
75161µs119.3ms__END__