← 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:09:54 2010

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Types.pm
StatementsExecuted 12 statements in 804µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1113.57ms464msMarkdent::Types::::BEGIN@9Markdent::Types::BEGIN@9
11144µs106µsMarkdent::Types::::BEGIN@7Markdent::Types::BEGIN@7
11143µs43µsMarkdent::Types::::BEGIN@2Markdent::Types::BEGIN@2
11137µs52µsMarkdent::Types::::BEGIN@6Markdent::Types::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::Types;
2
# spent 43µs within Markdent::Types::BEGIN@2 which was called: # once (43µs+0s) by Markdent::Handler::HTMLStream::Document::BEGIN@9 at line 4
BEGIN {
3125µs $Markdent::Types::VERSION = '0.17';
4169µs143µs}
# spent 43µs making 1 call to Markdent::Types::BEGIN@2
5
6396µs267µs
# spent 52µs (37+15) within Markdent::Types::BEGIN@6 which was called: # once (37µs+15µs) by Markdent::Handler::HTMLStream::Document::BEGIN@9 at line 6
use strict;
# spent 52µs making 1 call to Markdent::Types::BEGIN@6 # spent 15µs making 1 call to strict::import
7398µs2168µs
# spent 106µs (44+62) within Markdent::Types::BEGIN@7 which was called: # once (44µs+62µs) by Markdent::Handler::HTMLStream::Document::BEGIN@9 at line 7
use warnings;
# spent 106µs making 1 call to Markdent::Types::BEGIN@7 # spent 62µs making 1 call to warnings::import
8
93484µs2922ms
# spent 464ms (3.57+461) within Markdent::Types::BEGIN@9 which was called: # once (3.57ms+461ms) by Markdent::Handler::HTMLStream::Document::BEGIN@9 at line 9
use base 'MooseX::Types::Combine';
# spent 464ms making 1 call to Markdent::Types::BEGIN@9 # spent 457ms making 1 call to base::import
10
11121µs147µs__PACKAGE__->provide_types_from(
# spent 47µs making 1 call to MooseX::Types::Combine::provide_types_from
12 qw( Markdent::Types::Internal
13 MooseX::Types::Moose ));
14
15111µs1;