← 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:11:48 2010

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/EndParagraph.pm
StatementsExecuted 19 statements in 928µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11148µs23.8msMarkdent::Event::EndParagraph::::BEGIN@11Markdent::Event::EndParagraph::BEGIN@11
11147µs47µsMarkdent::Event::EndParagraph::::BEGIN@2Markdent::Event::EndParagraph::BEGIN@2
11147µs226µsMarkdent::Event::EndParagraph::::BEGIN@9Markdent::Event::EndParagraph::BEGIN@9
11146µs22.7msMarkdent::Event::EndParagraph::::BEGIN@10Markdent::Event::EndParagraph::BEGIN@10
11142µs111µsMarkdent::Event::EndParagraph::::BEGIN@7Markdent::Event::EndParagraph::BEGIN@7
11139µs56µsMarkdent::Event::EndParagraph::::BEGIN@6Markdent::Event::EndParagraph::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::EndParagraph;
2
# spent 47µs within Markdent::Event::EndParagraph::BEGIN@2 which was called: # once (47µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@21 at line 4
BEGIN {
3128µs $Markdent::Event::EndParagraph::VERSION = '0.17';
4173µs147µs}
# spent 47µs making 1 call to Markdent::Event::EndParagraph::BEGIN@2
5
63115µs273µs
# spent 56µs (39+17) within Markdent::Event::EndParagraph::BEGIN@6 which was called: # once (39µs+17µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@21 at line 6
use strict;
# spent 56µs making 1 call to Markdent::Event::EndParagraph::BEGIN@6 # spent 17µs making 1 call to strict::import
7399µs2180µs
# spent 111µs (42+69) within Markdent::Event::EndParagraph::BEGIN@7 which was called: # once (42µs+69µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@21 at line 7
use warnings;
# spent 111µs making 1 call to Markdent::Event::EndParagraph::BEGIN@7 # spent 69µs making 1 call to warnings::import
8
93104µs2406µs
# spent 226µs (47+179) within Markdent::Event::EndParagraph::BEGIN@9 which was called: # once (47µs+179µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@21 at line 9
use namespace::autoclean;
# spent 226µs making 1 call to Markdent::Event::EndParagraph::BEGIN@9 # spent 180µs making 1 call to namespace::autoclean::import
103158µs245.3ms
# spent 22.7ms (46µs+22.6) within Markdent::Event::EndParagraph::BEGIN@10 which was called: # once (46µs+22.6ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@21 at line 10
use Moose;
# spent 22.7ms making 1 call to Markdent::Event::EndParagraph::BEGIN@10 # spent 22.6ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
113217µs247.6ms
# spent 23.8ms (48µs+23.8) within Markdent::Event::EndParagraph::BEGIN@11 which was called: # once (48µs+23.8ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@21 at line 11
use MooseX::StrictConstructor;
# spent 23.8ms making 1 call to Markdent::Event::EndParagraph::BEGIN@11 # spent 23.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
12
13114µs135.0mswith 'Markdent::Role::Event';
# spent 35.0ms making 1 call to Moose::with
14
15125µ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::EndParagraph::meta
16
17141µs1;
18
19# ABSTRACT: An event for the end of a paragraph
20
- -
23=pod
24
- -
59153µs114.6ms__END__