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

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/EndHTMLTag.pm
StatementsExecuted 23 statements in 1.36ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11162µs244µsMarkdent::Event::EndHTMLTag::::BEGIN@11Markdent::Event::EndHTMLTag::BEGIN@11
11154µs54µsMarkdent::Event::EndHTMLTag::::BEGIN@2Markdent::Event::EndHTMLTag::BEGIN@2
11152µs27.9msMarkdent::Event::EndHTMLTag::::BEGIN@13Markdent::Event::EndHTMLTag::BEGIN@13
11143µs23.1msMarkdent::Event::EndHTMLTag::::BEGIN@12Markdent::Event::EndHTMLTag::BEGIN@12
11142µs112µsMarkdent::Event::EndHTMLTag::::BEGIN@7Markdent::Event::EndHTMLTag::BEGIN@7
11140µs17.9msMarkdent::Event::EndHTMLTag::::BEGIN@9Markdent::Event::EndHTMLTag::BEGIN@9
11139µs58µsMarkdent::Event::EndHTMLTag::::BEGIN@6Markdent::Event::EndHTMLTag::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::EndHTMLTag;
2
# spent 54µs within Markdent::Event::EndHTMLTag::BEGIN@2 which was called: # once (54µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@15 at line 4
BEGIN {
3129µs $Markdent::Event::EndHTMLTag::VERSION = '0.17';
4175µs154µs}
# spent 54µs making 1 call to Markdent::Event::EndHTMLTag::BEGIN@2
5
6397µs276µs
# spent 58µs (39+18) within Markdent::Event::EndHTMLTag::BEGIN@6 which was called: # once (39µs+18µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@15 at line 6
use strict;
# spent 58µs making 1 call to Markdent::Event::EndHTMLTag::BEGIN@6 # spent 18µs making 1 call to strict::import
73108µs2182µs
# spent 112µs (42+70) within Markdent::Event::EndHTMLTag::BEGIN@7 which was called: # once (42µs+70µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@15 at line 7
use warnings;
# spent 112µs making 1 call to Markdent::Event::EndHTMLTag::BEGIN@7 # spent 70µs making 1 call to warnings::import
8
93150µs235.7ms
# spent 17.9ms (40µs+17.8) within Markdent::Event::EndHTMLTag::BEGIN@9 which was called: # once (40µs+17.8ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@15 at line 9
use Markdent::Types qw( Str );
# spent 17.9ms making 1 call to Markdent::Event::EndHTMLTag::BEGIN@9 # spent 17.8ms making 1 call to MooseX::Types::Combine::import
10
113111µs2425µs
# spent 244µs (62+181) within Markdent::Event::EndHTMLTag::BEGIN@11 which was called: # once (62µs+181µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@15 at line 11
use namespace::autoclean;
# spent 244µs making 1 call to Markdent::Event::EndHTMLTag::BEGIN@11 # spent 181µs making 1 call to namespace::autoclean::import
123187µs246.2ms
# spent 23.1ms (43µs+23.1) within Markdent::Event::EndHTMLTag::BEGIN@12 which was called: # once (43µs+23.1ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@15 at line 12
use Moose;
# spent 23.1ms making 1 call to Markdent::Event::EndHTMLTag::BEGIN@12 # spent 23.1ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
133387µs255.8ms
# spent 27.9ms (52µs+27.9) within Markdent::Event::EndHTMLTag::BEGIN@13 which was called: # once (52µs+27.9ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@15 at line 13
use MooseX::StrictConstructor;
# spent 27.9ms making 1 call to Markdent::Event::EndHTMLTag::BEGIN@13 # spent 27.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
14
15126µs28.09mshas tag => (
# spent 7.73ms making 1 call to Moose::has # spent 360µ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
23126µs215.0ms__PACKAGE__->meta()->make_immutable();
# spent 15.0ms making 1 call to Class::MOP::Class::make_immutable # spent 89µs making 1 call to Markdent::Event::EndHTMLTag::meta
24
25190µs1;
26
27# ABSTRACT: An event for the end of an inline HTML tag
28
- -
31=pod
32
- -
75161µs120.7ms__END__