← 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:12:21 2010

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/HTMLComment.pm
StatementsExecuted 23 statements in 1.23ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11151µs16.4msMarkdent::Event::HTMLComment::::BEGIN@9Markdent::Event::HTMLComment::BEGIN@9
11148µs25.0msMarkdent::Event::HTMLComment::::BEGIN@13Markdent::Event::HTMLComment::BEGIN@13
11148µs48µsMarkdent::Event::HTMLComment::::BEGIN@2Markdent::Event::HTMLComment::BEGIN@2
11144µs225µsMarkdent::Event::HTMLComment::::BEGIN@11Markdent::Event::HTMLComment::BEGIN@11
11143µs46.2msMarkdent::Event::HTMLComment::::BEGIN@12Markdent::Event::HTMLComment::BEGIN@12
11140µs109µsMarkdent::Event::HTMLComment::::BEGIN@7Markdent::Event::HTMLComment::BEGIN@7
11139µs57µsMarkdent::Event::HTMLComment::::BEGIN@6Markdent::Event::HTMLComment::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::HTMLComment;
2
# spent 48µs within Markdent::Event::HTMLComment::BEGIN@2 which was called: # once (48µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@18 at line 4
BEGIN {
3128µs $Markdent::Event::HTMLComment::VERSION = '0.17';
4173µs148µs}
# spent 48µs making 1 call to Markdent::Event::HTMLComment::BEGIN@2
5
6399µs276µs
# spent 57µs (39+18) within Markdent::Event::HTMLComment::BEGIN@6 which was called: # once (39µs+18µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@18 at line 6
use strict;
# spent 57µs making 1 call to Markdent::Event::HTMLComment::BEGIN@6 # spent 18µs making 1 call to strict::import
73110µs2178µs
# spent 109µs (40+69) within Markdent::Event::HTMLComment::BEGIN@7 which was called: # once (40µs+69µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@18 at line 7
use warnings;
# spent 109µs making 1 call to Markdent::Event::HTMLComment::BEGIN@7 # spent 69µs making 1 call to warnings::import
8
93154µs232.7ms
# spent 16.4ms (51µs+16.3) within Markdent::Event::HTMLComment::BEGIN@9 which was called: # once (51µs+16.3ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@18 at line 9
use Markdent::Types qw( Str HashRef );
# spent 16.4ms making 1 call to Markdent::Event::HTMLComment::BEGIN@9 # spent 16.3ms making 1 call to MooseX::Types::Combine::import
10
113103µs2406µs
# spent 225µs (44+181) within Markdent::Event::HTMLComment::BEGIN@11 which was called: # once (44µs+181µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@18 at line 11
use namespace::autoclean;
# spent 225µs making 1 call to Markdent::Event::HTMLComment::BEGIN@11 # spent 181µs making 1 call to namespace::autoclean::import
123156µs292.3ms
# spent 46.2ms (43µs+46.1) within Markdent::Event::HTMLComment::BEGIN@12 which was called: # once (43µs+46.1ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@18 at line 12
use Moose;
# spent 46.2ms making 1 call to Markdent::Event::HTMLComment::BEGIN@12 # spent 46.1ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
133294µs250.0ms
# spent 25.0ms (48µs+25.0) within Markdent::Event::HTMLComment::BEGIN@13 which was called: # once (48µs+25.0ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@18 at line 13
use MooseX::StrictConstructor;
# spent 25.0ms making 1 call to Markdent::Event::HTMLComment::BEGIN@13 # spent 25.0ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
14
15124µs28.07mshas text => (
# spent 7.73ms making 1 call to Moose::has # spent 334µs making 1 call to __TYPE__::Str
16 is => 'ro',
17 isa => Str,
18 required => 1,
19);
20
21115µs135.2mswith 'Markdent::Role::Event';
# spent 35.2ms making 1 call to Moose::with
22
23124µs214.9ms__PACKAGE__->meta()->make_immutable();
# spent 14.8ms making 1 call to Class::MOP::Class::make_immutable # spent 90µs making 1 call to Markdent::Event::HTMLComment::meta
24
25190µs1;
26
27# ABSTRACT: An event for an HTML comment
28
- -
31=pod
32
- -
75161µs119.7ms__END__