← Index
NYTProf Performance Profile   « block view • line view • sub view »
For -e
  Run on Wed Nov 17 22:00:36 2010
Reported on Wed Nov 17 22:11:46 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.27ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111116µs116µsMarkdent::Event::HTMLCommentBlock::::BEGIN@2Markdent::Event::HTMLCommentBlock::BEGIN@2
11148µs22.3msMarkdent::Event::HTMLCommentBlock::::BEGIN@13Markdent::Event::HTMLCommentBlock::BEGIN@13
11145µs224µsMarkdent::Event::HTMLCommentBlock::::BEGIN@11Markdent::Event::HTMLCommentBlock::BEGIN@11
11143µs21.9msMarkdent::Event::HTMLCommentBlock::::BEGIN@12Markdent::Event::HTMLCommentBlock::BEGIN@12
11143µs18.4msMarkdent::Event::HTMLCommentBlock::::BEGIN@9Markdent::Event::HTMLCommentBlock::BEGIN@9
11140µs58µsMarkdent::Event::HTMLCommentBlock::::BEGIN@6Markdent::Event::HTMLCommentBlock::BEGIN@6
11139µs109µsMarkdent::Event::HTMLCommentBlock::::BEGIN@7Markdent::Event::HTMLCommentBlock::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::HTMLCommentBlock;
2
# spent 116µs within Markdent::Event::HTMLCommentBlock::BEGIN@2 which was called: # once (116µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@26 at line 4
BEGIN {
3131µs $Markdent::Event::HTMLCommentBlock::VERSION = '0.17';
4183µs1116µs}
# spent 116µs making 1 call to Markdent::Event::HTMLCommentBlock::BEGIN@2
5
6397µs276µs
# spent 58µs (40+18) within Markdent::Event::HTMLCommentBlock::BEGIN@6 which was called: # once (40µs+18µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@26 at line 6
use strict;
# spent 58µs making 1 call to Markdent::Event::HTMLCommentBlock::BEGIN@6 # spent 18µs making 1 call to strict::import
73110µs2178µs
# spent 109µs (39+69) within Markdent::Event::HTMLCommentBlock::BEGIN@7 which was called: # once (39µs+69µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@26 at line 7
use warnings;
# spent 109µs making 1 call to Markdent::Event::HTMLCommentBlock::BEGIN@7 # spent 69µs making 1 call to warnings::import
8
93151µs236.7ms
# spent 18.4ms (43µs+18.3) within Markdent::Event::HTMLCommentBlock::BEGIN@9 which was called: # once (43µs+18.3ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@26 at line 9
use Markdent::Types qw( Str HashRef );
# spent 18.4ms making 1 call to Markdent::Event::HTMLCommentBlock::BEGIN@9 # spent 18.3ms making 1 call to MooseX::Types::Combine::import
10
113109µs2403µs
# spent 224µs (45+179) within Markdent::Event::HTMLCommentBlock::BEGIN@11 which was called: # once (45µs+179µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@26 at line 11
use namespace::autoclean;
# spent 224µs making 1 call to Markdent::Event::HTMLCommentBlock::BEGIN@11 # spent 179µs making 1 call to namespace::autoclean::import
123158µs243.8ms
# spent 21.9ms (43µs+21.9) within Markdent::Event::HTMLCommentBlock::BEGIN@12 which was called: # once (43µs+21.9ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@26 at line 12
use Moose;
# spent 21.9ms making 1 call to Markdent::Event::HTMLCommentBlock::BEGIN@12 # spent 21.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
133320µs244.6ms
# spent 22.3ms (48µs+22.3) within Markdent::Event::HTMLCommentBlock::BEGIN@13 which was called: # once (48µs+22.3ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@26 at line 13
use MooseX::StrictConstructor;
# spent 22.3ms making 1 call to Markdent::Event::HTMLCommentBlock::BEGIN@13 # spent 22.3ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
14
15123µs28.26mshas text => (
# spent 7.93ms making 1 call to Moose::has # spent 336µs making 1 call to __TYPE__::Str
16 is => 'ro',
17 isa => Str,
18 required => 1,
19);
20
21115µs130.5mswith 'Markdent::Role::Event';
# spent 30.5ms making 1 call to Moose::with
22
23124µs215.0ms__PACKAGE__->meta()->make_immutable();
# spent 14.9ms making 1 call to Class::MOP::Class::make_immutable # spent 90µs making 1 call to Markdent::Event::HTMLCommentBlock::meta
24
25188µs1;
26
27# ABSTRACT: An event for an HTML comment as a standalone block
28
- -
31=pod
32
- -
75158µs19.60ms__END__