← 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:14:29 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 980µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11175µs258µsMarkdent::Event::EndBlockquote::::BEGIN@9Markdent::Event::EndBlockquote::BEGIN@9
11156µs24.0msMarkdent::Event::EndBlockquote::::BEGIN@11Markdent::Event::EndBlockquote::BEGIN@11
11147µs47µsMarkdent::Event::EndBlockquote::::BEGIN@2Markdent::Event::EndBlockquote::BEGIN@2
11143µs22.6msMarkdent::Event::EndBlockquote::::BEGIN@10Markdent::Event::EndBlockquote::BEGIN@10
11141µs109µsMarkdent::Event::EndBlockquote::::BEGIN@7Markdent::Event::EndBlockquote::BEGIN@7
11140µs58µ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 47µs within Markdent::Event::EndBlockquote::BEGIN@2 which was called: # once (47µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@13 at line 4
BEGIN {
3127µs $Markdent::Event::EndBlockquote::VERSION = '0.17';
4174µs147µs}
# spent 47µs making 1 call to Markdent::Event::EndBlockquote::BEGIN@2
5
6397µs276µs
# spent 58µs (40+18) within Markdent::Event::EndBlockquote::BEGIN@6 which was called: # once (40µs+18µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@13 at line 6
use strict;
# spent 58µ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
93143µs2440µs
# spent 258µs (75+183) within Markdent::Event::EndBlockquote::BEGIN@9 which was called: # once (75µs+183µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@13 at line 9
use namespace::autoclean;
# spent 258µs making 1 call to Markdent::Event::EndBlockquote::BEGIN@9 # spent 183µs making 1 call to namespace::autoclean::import
103172µs245.2ms
# spent 22.6ms (43µs+22.6) within Markdent::Event::EndBlockquote::BEGIN@10 which was called: # once (43µs+22.6ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@13 at line 10
use Moose;
# spent 22.6ms making 1 call to Markdent::Event::EndBlockquote::BEGIN@10 # spent 22.6ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
113225µs248.0ms
# spent 24.0ms (56µs+24.0) within Markdent::Event::EndBlockquote::BEGIN@11 which was called: # once (56µs+24.0ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@13 at line 11
use MooseX::StrictConstructor;
# spent 24.0ms making 1 call to Markdent::Event::EndBlockquote::BEGIN@11 # spent 24.0ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
12
13115µs135.4mswith 'Markdent::Role::Event';
# spent 35.4ms making 1 call to Moose::with
14
15125µs213.2ms__PACKAGE__->meta()->make_immutable();
# spent 13.1ms making 1 call to Class::MOP::Class::make_immutable # spent 90µ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
- -
59160µs122.0ms__END__