← 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/Preformatted.pm
StatementsExecuted 23 statements in 1.24ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11150µs24.8msMarkdent::Event::Preformatted::::BEGIN@13Markdent::Event::Preformatted::BEGIN@13
11148µs48µsMarkdent::Event::Preformatted::::BEGIN@2Markdent::Event::Preformatted::BEGIN@2
11146µs229µsMarkdent::Event::Preformatted::::BEGIN@11Markdent::Event::Preformatted::BEGIN@11
11145µs23.3msMarkdent::Event::Preformatted::::BEGIN@12Markdent::Event::Preformatted::BEGIN@12
11142µs15.4msMarkdent::Event::Preformatted::::BEGIN@9Markdent::Event::Preformatted::BEGIN@9
11141µs59µsMarkdent::Event::Preformatted::::BEGIN@6Markdent::Event::Preformatted::BEGIN@6
11140µs108µsMarkdent::Event::Preformatted::::BEGIN@7Markdent::Event::Preformatted::BEGIN@7
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::Preformatted;
2
# spent 48µs within Markdent::Event::Preformatted::BEGIN@2 which was called: # once (48µs+0s) by Markdent::Dialect::Standard::BlockParser::BEGIN@27 at line 4
BEGIN {
3128µs $Markdent::Event::Preformatted::VERSION = '0.17';
4174µs148µs}
# spent 48µs making 1 call to Markdent::Event::Preformatted::BEGIN@2
5
6396µs278µs
# spent 59µs (41+19) within Markdent::Event::Preformatted::BEGIN@6 which was called: # once (41µs+19µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@27 at line 6
use strict;
# spent 59µs making 1 call to Markdent::Event::Preformatted::BEGIN@6 # spent 18µs making 1 call to strict::import
73137µs2176µs
# spent 108µs (40+68) within Markdent::Event::Preformatted::BEGIN@7 which was called: # once (40µs+68µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@27 at line 7
use warnings;
# spent 108µs making 1 call to Markdent::Event::Preformatted::BEGIN@7 # spent 68µs making 1 call to warnings::import
8
93149µs230.7ms
# spent 15.4ms (42µs+15.3) within Markdent::Event::Preformatted::BEGIN@9 which was called: # once (42µs+15.3ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@27 at line 9
use Markdent::Types qw( Str );
# spent 15.4ms making 1 call to Markdent::Event::Preformatted::BEGIN@9 # spent 15.3ms making 1 call to MooseX::Types::Combine::import
10
113106µs2411µs
# spent 229µs (46+183) within Markdent::Event::Preformatted::BEGIN@11 which was called: # once (46µs+183µs) by Markdent::Dialect::Standard::BlockParser::BEGIN@27 at line 11
use namespace::autoclean;
# spent 229µs making 1 call to Markdent::Event::Preformatted::BEGIN@11 # spent 182µs making 1 call to namespace::autoclean::import
123158µs246.5ms
# spent 23.3ms (45µs+23.2) within Markdent::Event::Preformatted::BEGIN@12 which was called: # once (45µs+23.2ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@27 at line 12
use Moose;
# spent 23.3ms making 1 call to Markdent::Event::Preformatted::BEGIN@12 # spent 23.2ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
133284µs249.5ms
# spent 24.8ms (50µs+24.7) within Markdent::Event::Preformatted::BEGIN@13 which was called: # once (50µs+24.7ms) by Markdent::Dialect::Standard::BlockParser::BEGIN@27 at line 13
use MooseX::StrictConstructor;
# spent 24.8ms making 1 call to Markdent::Event::Preformatted::BEGIN@13 # spent 24.7ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
14
15125µs28.04mshas text => (
# spent 7.68ms making 1 call to Moose::has # spent 357µs making 1 call to __TYPE__::Str
16 is => 'ro',
17 isa => Str,
18 required => 1,
19);
20
21115µs135.2mswith 'Markdent::Role::Event';
# spent 35.2ms making 1 call to Moose::with
22
23124µs213.9ms__PACKAGE__->meta()->make_immutable();
# spent 13.8ms making 1 call to Class::MOP::Class::make_immutable # spent 90µs making 1 call to Markdent::Event::Preformatted::meta
24
25188µs1;
26
27# ABSTRACT: An event for preformatted text
28
- -
31=pod
32
- -
75159µs117.0ms__END__