← 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:15:08 2010

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/HTMLEntity.pm
StatementsExecuted 23 statements in 1.40ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11165µs65µsMarkdent::Event::HTMLEntity::::BEGIN@2Markdent::Event::HTMLEntity::BEGIN@2
11159µs303µsMarkdent::Event::HTMLEntity::::BEGIN@11Markdent::Event::HTMLEntity::BEGIN@11
11155µs27.0msMarkdent::Event::HTMLEntity::::BEGIN@12Markdent::Event::HTMLEntity::BEGIN@12
11153µs20.6msMarkdent::Event::HTMLEntity::::BEGIN@9Markdent::Event::HTMLEntity::BEGIN@9
11146µs26.7msMarkdent::Event::HTMLEntity::::BEGIN@13Markdent::Event::HTMLEntity::BEGIN@13
11139µs109µsMarkdent::Event::HTMLEntity::::BEGIN@7Markdent::Event::HTMLEntity::BEGIN@7
11138µs57µsMarkdent::Event::HTMLEntity::::BEGIN@6Markdent::Event::HTMLEntity::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::HTMLEntity;
2
# spent 65µs within Markdent::Event::HTMLEntity::BEGIN@2 which was called: # once (65µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@19 at line 4
BEGIN {
3132µs $Markdent::Event::HTMLEntity::VERSION = '0.17';
4180µs165µs}
# spent 65µs making 1 call to Markdent::Event::HTMLEntity::BEGIN@2
5
6396µs276µs
# spent 57µs (38+19) within Markdent::Event::HTMLEntity::BEGIN@6 which was called: # once (38µs+19µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@19 at line 6
use strict;
# spent 57µs making 1 call to Markdent::Event::HTMLEntity::BEGIN@6 # spent 19µs making 1 call to strict::import
73133µs2178µs
# spent 109µs (39+70) within Markdent::Event::HTMLEntity::BEGIN@7 which was called: # once (39µs+70µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@19 at line 7
use warnings;
# spent 109µs making 1 call to Markdent::Event::HTMLEntity::BEGIN@7 # spent 70µs making 1 call to warnings::import
8
93189µs241.1ms
# spent 20.6ms (53µs+20.5) within Markdent::Event::HTMLEntity::BEGIN@9 which was called: # once (53µs+20.5ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@19 at line 9
use Markdent::Types qw( Str );
# spent 20.6ms making 1 call to Markdent::Event::HTMLEntity::BEGIN@9 # spent 20.5ms making 1 call to MooseX::Types::Combine::import
10
113163µs2548µs
# spent 303µs (59+244) within Markdent::Event::HTMLEntity::BEGIN@11 which was called: # once (59µs+244µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@19 at line 11
use namespace::autoclean;
# spent 303µs making 1 call to Markdent::Event::HTMLEntity::BEGIN@11 # spent 244µs making 1 call to namespace::autoclean::import
123163µs253.9ms
# spent 27.0ms (55µs+26.9) within Markdent::Event::HTMLEntity::BEGIN@12 which was called: # once (55µs+26.9ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@19 at line 12
use Moose;
# spent 27.0ms making 1 call to Markdent::Event::HTMLEntity::BEGIN@12 # spent 26.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
133294µs253.3ms
# spent 26.7ms (46µs+26.6) within Markdent::Event::HTMLEntity::BEGIN@13 which was called: # once (46µs+26.6ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@19 at line 13
use MooseX::StrictConstructor;
# spent 26.7ms making 1 call to Markdent::Event::HTMLEntity::BEGIN@13 # spent 26.6ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
14
15126µs29.31mshas entity => (
# spent 8.97ms making 1 call to Moose::has # spent 332µs making 1 call to __TYPE__::Str
16 is => 'ro',
17 isa => Str,
18 required => 1,
19);
20
21120µs135.9mswith 'Markdent::Role::Event';
# spent 35.9ms making 1 call to Moose::with
22
23124µs214.3ms__PACKAGE__->meta()->make_immutable();
# spent 14.2ms making 1 call to Class::MOP::Class::make_immutable # spent 89µs making 1 call to Markdent::Event::HTMLEntity::meta
24
251124µs1;
26
27# ABSTRACT: An event for an HTML entity
28
- -
31=pod
32
- -
76159µs116.9ms__END__