← 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:10:10 2010

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/StartBlockquote.pm
StatementsExecuted 19 statements in 890µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11150µs50µsMarkdent::Event::StartBlockquote::::BEGIN@2Markdent::Event::StartBlockquote::BEGIN@2
11146µs24.0msMarkdent::Event::StartBlockquote::::BEGIN@11Markdent::Event::StartBlockquote::BEGIN@11
11145µs22.9msMarkdent::Event::StartBlockquote::::BEGIN@10Markdent::Event::StartBlockquote::BEGIN@10
11139µs109µsMarkdent::Event::StartBlockquote::::BEGIN@7Markdent::Event::StartBlockquote::BEGIN@7
11138µs219µsMarkdent::Event::StartBlockquote::::BEGIN@9Markdent::Event::StartBlockquote::BEGIN@9
11137µs56µsMarkdent::Event::StartBlockquote::::BEGIN@6Markdent::Event::StartBlockquote::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::StartBlockquote;
2
# spent 50µs within Markdent::Event::StartBlockquote::BEGIN@2 which was called: # once (50µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@12 at line 4
BEGIN {
3128µs $Markdent::Event::StartBlockquote::VERSION = '0.17';
4172µs150µs}
# spent 50µs making 1 call to Markdent::Event::StartBlockquote::BEGIN@2
5
6391µs274µs
# spent 56µs (37+18) within Markdent::Event::StartBlockquote::BEGIN@6 which was called: # once (37µs+18µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@12 at line 6
use strict;
# spent 56µs making 1 call to Markdent::Event::StartBlockquote::BEGIN@6 # spent 18µs making 1 call to strict::import
7395µs2179µs
# spent 109µs (39+70) within Markdent::Event::StartBlockquote::BEGIN@7 which was called: # once (39µs+70µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@12 at line 7
use warnings;
# spent 109µs making 1 call to Markdent::Event::StartBlockquote::BEGIN@7 # spent 70µs making 1 call to warnings::import
8
93101µs2400µs
# spent 219µs (38+181) within Markdent::Event::StartBlockquote::BEGIN@9 which was called: # once (38µs+181µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@12 at line 9
use namespace::autoclean;
# spent 219µs making 1 call to Markdent::Event::StartBlockquote::BEGIN@9 # spent 181µs making 1 call to namespace::autoclean::import
103156µs245.8ms
# spent 22.9ms (45µs+22.9) within Markdent::Event::StartBlockquote::BEGIN@10 which was called: # once (45µs+22.9ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@12 at line 10
use Moose;
# spent 22.9ms making 1 call to Markdent::Event::StartBlockquote::BEGIN@10 # spent 22.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
113217µs247.9ms
# spent 24.0ms (46µs+23.9) within Markdent::Event::StartBlockquote::BEGIN@11 which was called: # once (46µs+23.9ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@12 at line 11
use MooseX::StrictConstructor;
# spent 24.0ms making 1 call to Markdent::Event::StartBlockquote::BEGIN@11 # spent 23.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
12
13113µs134.7mswith 'Markdent::Role::Event';
# spent 34.7ms making 1 call to Moose::with
14
15124µs213.1ms__PACKAGE__->meta()->make_immutable();
# spent 13.0ms making 1 call to Class::MOP::Class::make_immutable # spent 90µs making 1 call to Markdent::Event::StartBlockquote::meta
16
17139µs1;
18
19# ABSTRACT: An event for the start of a blockquote
20
- -
23=pod
24
- -
59152µs114.5ms__END__