← 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:14:06 2010

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/EndBlockquote.pm
StatementsExecuted 19 statements in 928µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11153µs53µsMarkdent::Event::EndBlockquote::::BEGIN@2Markdent::Event::EndBlockquote::BEGIN@2
11148µs21.4msMarkdent::Event::EndBlockquote::::BEGIN@11Markdent::Event::EndBlockquote::BEGIN@11
11144µs21.3msMarkdent::Event::EndBlockquote::::BEGIN@10Markdent::Event::EndBlockquote::BEGIN@10
11142µs273µsMarkdent::Event::EndBlockquote::::BEGIN@9Markdent::Event::EndBlockquote::BEGIN@9
11141µs109µsMarkdent::Event::EndBlockquote::::BEGIN@7Markdent::Event::EndBlockquote::BEGIN@7
11139µs57µsMarkdent::Event::EndBlockquote::::BEGIN@6Markdent::Event::EndBlockquote::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::EndBlockquote;
2
# spent 53µs within Markdent::Event::EndBlockquote::BEGIN@2 which was called: # once (53µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@13 at line 4
BEGIN {
3126µs $Markdent::Event::EndBlockquote::VERSION = '0.17';
4174µs153µs}
# spent 53µs making 1 call to Markdent::Event::EndBlockquote::BEGIN@2
5
6394µs275µs
# spent 57µs (39+18) within Markdent::Event::EndBlockquote::BEGIN@6 which was called: # once (39µs+18µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@13 at line 6
use strict;
# spent 57µs making 1 call to Markdent::Event::EndBlockquote::BEGIN@6 # spent 18µs making 1 call to strict::import
73100µs2176µs
# spent 109µs (41+68) within Markdent::Event::EndBlockquote::BEGIN@7 which was called: # once (41µs+68µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@13 at line 7
use warnings;
# spent 109µs making 1 call to Markdent::Event::EndBlockquote::BEGIN@7 # spent 68µs making 1 call to warnings::import
8
93110µs2503µs
# spent 273µs (42+230) within Markdent::Event::EndBlockquote::BEGIN@9 which was called: # once (42µs+230µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@13 at line 9
use namespace::autoclean;
# spent 273µs making 1 call to Markdent::Event::EndBlockquote::BEGIN@9 # spent 230µs making 1 call to namespace::autoclean::import
103154µs242.5ms
# spent 21.3ms (44µs+21.2) within Markdent::Event::EndBlockquote::BEGIN@10 which was called: # once (44µs+21.2ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@13 at line 10
use Moose;
# spent 21.3ms making 1 call to Markdent::Event::EndBlockquote::BEGIN@10 # spent 21.2ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
113236µs242.7ms
# spent 21.4ms (48µs+21.3) within Markdent::Event::EndBlockquote::BEGIN@11 which was called: # once (48µs+21.3ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@13 at line 11
use MooseX::StrictConstructor;
# spent 21.4ms making 1 call to Markdent::Event::EndBlockquote::BEGIN@11 # spent 21.3ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
12
13114µs129.9mswith 'Markdent::Role::Event';
# spent 29.9ms making 1 call to Moose::with
14
15124µs213.6ms__PACKAGE__->meta()->make_immutable();
# spent 13.5ms making 1 call to Class::MOP::Class::make_immutable # spent 89µs making 1 call to Markdent::Event::EndBlockquote::meta
16
17142µs1;
18
19# ABSTRACT: An event for the end of a blockquote
20
- -
23=pod
24
- -
59153µs17.37ms__END__