← 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:10:13 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.25ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11178µs21.8msMarkdent::Event::HTMLEntity::::BEGIN@13Markdent::Event::HTMLEntity::BEGIN@13
11153µs53µsMarkdent::Event::HTMLEntity::::BEGIN@2Markdent::Event::HTMLEntity::BEGIN@2
11145µs227µsMarkdent::Event::HTMLEntity::::BEGIN@11Markdent::Event::HTMLEntity::BEGIN@11
11144µs21.5msMarkdent::Event::HTMLEntity::::BEGIN@12Markdent::Event::HTMLEntity::BEGIN@12
11141µs15.4msMarkdent::Event::HTMLEntity::::BEGIN@9Markdent::Event::HTMLEntity::BEGIN@9
11140µs143µsMarkdent::Event::HTMLEntity::::BEGIN@7Markdent::Event::HTMLEntity::BEGIN@7
11140µs58µ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 53µs within Markdent::Event::HTMLEntity::BEGIN@2 which was called: # once (53µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@19 at line 4
BEGIN {
3130µs $Markdent::Event::HTMLEntity::VERSION = '0.17';
4175µs153µs}
# spent 53µs making 1 call to Markdent::Event::HTMLEntity::BEGIN@2
5
6393µs276µs
# spent 58µs (40+18) within Markdent::Event::HTMLEntity::BEGIN@6 which was called: # once (40µs+18µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@19 at line 6
use strict;
# spent 58µs making 1 call to Markdent::Event::HTMLEntity::BEGIN@6 # spent 18µs making 1 call to strict::import
73113µs2246µs
# spent 143µs (40+103) within Markdent::Event::HTMLEntity::BEGIN@7 which was called: # once (40µs+103µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@19 at line 7
use warnings;
# spent 143µs making 1 call to Markdent::Event::HTMLEntity::BEGIN@7 # spent 103µs making 1 call to warnings::import
8
93150µs230.8ms
# spent 15.4ms (41µs+15.4) within Markdent::Event::HTMLEntity::BEGIN@9 which was called: # once (41µs+15.4ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@19 at line 9
use Markdent::Types qw( Str );
# spent 15.4ms making 1 call to Markdent::Event::HTMLEntity::BEGIN@9 # spent 15.4ms making 1 call to MooseX::Types::Combine::import
10
113107µs2409µs
# spent 227µs (45+182) within Markdent::Event::HTMLEntity::BEGIN@11 which was called: # once (45µs+182µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@19 at line 11
use namespace::autoclean;
# spent 227µs making 1 call to Markdent::Event::HTMLEntity::BEGIN@11 # spent 182µs making 1 call to namespace::autoclean::import
123156µs243.0ms
# spent 21.5ms (44µs+21.5) within Markdent::Event::HTMLEntity::BEGIN@12 which was called: # once (44µs+21.5ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@19 at line 12
use Moose;
# spent 21.5ms making 1 call to Markdent::Event::HTMLEntity::BEGIN@12 # spent 21.5ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
133320µs243.5ms
# spent 21.8ms (78µs+21.7) within Markdent::Event::HTMLEntity::BEGIN@13 which was called: # once (78µs+21.7ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@19 at line 13
use MooseX::StrictConstructor;
# spent 21.8ms making 1 call to Markdent::Event::HTMLEntity::BEGIN@13 # spent 21.7ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
14
15124µs28.15mshas entity => (
# spent 7.82ms making 1 call to Moose::has # spent 335µs making 1 call to __TYPE__::Str
16 is => 'ro',
17 isa => Str,
18 required => 1,
19);
20
21115µs130.6mswith 'Markdent::Role::Event';
# spent 30.6ms making 1 call to Moose::with
22
23125µs217.1ms__PACKAGE__->meta()->make_immutable();
# spent 17.0ms making 1 call to Class::MOP::Class::make_immutable # spent 90µs making 1 call to Markdent::Event::HTMLEntity::meta
24
25186µs1;
26
27# ABSTRACT: An event for an HTML entity
28
- -
31=pod
32
- -
76156µs18.58ms__END__