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

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/StartParagraph.pm
StatementsExecuted 19 statements in 1.12ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11159µs23.0msMarkdent::Event::StartParagraph::::BEGIN@10Markdent::Event::StartParagraph::BEGIN@10
11150µs274µsMarkdent::Event::StartParagraph::::BEGIN@9Markdent::Event::StartParagraph::BEGIN@9
11148µs129µsMarkdent::Event::StartParagraph::::BEGIN@7Markdent::Event::StartParagraph::BEGIN@7
11147µs27.0msMarkdent::Event::StartParagraph::::BEGIN@11Markdent::Event::StartParagraph::BEGIN@11
11147µs47µsMarkdent::Event::StartParagraph::::BEGIN@2Markdent::Event::StartParagraph::BEGIN@2
11141µs58µsMarkdent::Event::StartParagraph::::BEGIN@6Markdent::Event::StartParagraph::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::StartParagraph;
2
# spent 47µs within Markdent::Event::StartParagraph::BEGIN@2 which was called: # once (47µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@20 at line 4
BEGIN {
3128µs $Markdent::Event::StartParagraph::VERSION = '0.17';
4172µs147µs}
# spent 47µs making 1 call to Markdent::Event::StartParagraph::BEGIN@2
5
6393µs275µs
# spent 58µs (41+17) within Markdent::Event::StartParagraph::BEGIN@6 which was called: # once (41µs+17µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@20 at line 6
use strict;
# spent 58µs making 1 call to Markdent::Event::StartParagraph::BEGIN@6 # spent 17µs making 1 call to strict::import
73145µs2210µs
# spent 129µs (48+81) within Markdent::Event::StartParagraph::BEGIN@7 which was called: # once (48µs+81µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@20 at line 7
use warnings;
# spent 129µs making 1 call to Markdent::Event::StartParagraph::BEGIN@7 # spent 81µs making 1 call to warnings::import
8
93265µs2498µs
# spent 274µs (50+224) within Markdent::Event::StartParagraph::BEGIN@9 which was called: # once (50µs+224µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@20 at line 9
use namespace::autoclean;
# spent 274µs making 1 call to Markdent::Event::StartParagraph::BEGIN@9 # spent 224µs making 1 call to namespace::autoclean::import
103164µs245.9ms
# spent 23.0ms (59µs+22.9) within Markdent::Event::StartParagraph::BEGIN@10 which was called: # once (59µs+22.9ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@20 at line 10
use Moose;
# spent 23.0ms making 1 call to Markdent::Event::StartParagraph::BEGIN@10 # spent 22.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
113218µs253.9ms
# spent 27.0ms (47µs+26.9) within Markdent::Event::StartParagraph::BEGIN@11 which was called: # once (47µs+26.9ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@20 at line 11
use MooseX::StrictConstructor;
# spent 27.0ms making 1 call to Markdent::Event::StartParagraph::BEGIN@11 # spent 26.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
12
13114µs134.7mswith 'Markdent::Role::Event';
# spent 34.7ms making 1 call to Moose::with
14
15125µs213.3ms__PACKAGE__->meta()->make_immutable();
# spent 13.2ms making 1 call to Class::MOP::Class::make_immutable # spent 94µs making 1 call to Markdent::Event::StartParagraph::meta
16
17141µs1;
18
19# ABSTRACT: An event for the start of a paragraph
20
- -
23=pod
24
- -
59153µs114.7ms__END__