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

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/HorizontalRule.pm
StatementsExecuted 19 statements in 915µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11148µs23.7msMarkdent::Event::HorizontalRule::::BEGIN@11Markdent::Event::HorizontalRule::BEGIN@11
11147µs47µsMarkdent::Event::HorizontalRule::::BEGIN@2Markdent::Event::HorizontalRule::BEGIN@2
11144µs23.0msMarkdent::Event::HorizontalRule::::BEGIN@10Markdent::Event::HorizontalRule::BEGIN@10
11142µs146µsMarkdent::Event::HorizontalRule::::BEGIN@7Markdent::Event::HorizontalRule::BEGIN@7
11140µs58µsMarkdent::Event::HorizontalRule::::BEGIN@6Markdent::Event::HorizontalRule::BEGIN@6
11140µs221µsMarkdent::Event::HorizontalRule::::BEGIN@9Markdent::Event::HorizontalRule::BEGIN@9
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::HorizontalRule;
2
# spent 47µs within Markdent::Event::HorizontalRule::BEGIN@2 which was called: # once (47µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@24 at line 4
BEGIN {
3127µs $Markdent::Event::HorizontalRule::VERSION = '0.17';
4172µs147µs}
# spent 47µs making 1 call to Markdent::Event::HorizontalRule::BEGIN@2
5
6393µs276µs
# spent 58µs (40+18) within Markdent::Event::HorizontalRule::BEGIN@6 which was called: # once (40µs+18µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@24 at line 6
use strict;
# spent 58µs making 1 call to Markdent::Event::HorizontalRule::BEGIN@6 # spent 18µs making 1 call to strict::import
73102µs2251µs
# spent 146µs (42+105) within Markdent::Event::HorizontalRule::BEGIN@7 which was called: # once (42µs+105µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@24 at line 7
use warnings;
# spent 146µs making 1 call to Markdent::Event::HorizontalRule::BEGIN@7 # spent 105µs making 1 call to warnings::import
8
93102µs2402µs
# spent 221µs (40+181) within Markdent::Event::HorizontalRule::BEGIN@9 which was called: # once (40µs+181µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@24 at line 9
use namespace::autoclean;
# spent 221µs making 1 call to Markdent::Event::HorizontalRule::BEGIN@9 # spent 181µs making 1 call to namespace::autoclean::import
103174µs245.9ms
# spent 23.0ms (44µs+22.9) within Markdent::Event::HorizontalRule::BEGIN@10 which was called: # once (44µs+22.9ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@24 at line 10
use Moose;
# spent 23.0ms making 1 call to Markdent::Event::HorizontalRule::BEGIN@10 # spent 22.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
113214µs247.3ms
# spent 23.7ms (48µs+23.6) within Markdent::Event::HorizontalRule::BEGIN@11 which was called: # once (48µs+23.6ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@24 at line 11
use MooseX::StrictConstructor;
# spent 23.7ms making 1 call to Markdent::Event::HorizontalRule::BEGIN@11 # spent 23.6ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
12
13114µs135.4mswith 'Markdent::Role::Event';
# spent 35.4ms making 1 call to Moose::with
14
15124µs213.2ms__PACKAGE__->meta()->make_immutable();
# spent 13.1ms making 1 call to Class::MOP::Class::make_immutable # spent 89µs making 1 call to Markdent::Event::HorizontalRule::meta
16
17140µs1;
18
19# ABSTRACT: An event for a horizontal rule
20
- -
23=pod
24
- -
59154µs114.6ms__END__