← 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:15:01 2010

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/AutoLink.pm
StatementsExecuted 23 statements in 1.22ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11146µs25.9msMarkdent::Event::AutoLink::::BEGIN@13Markdent::Event::AutoLink::BEGIN@13
11146µs46µsMarkdent::Event::AutoLink::::BEGIN@2Markdent::Event::AutoLink::BEGIN@2
11145µs22.9msMarkdent::Event::AutoLink::::BEGIN@12Markdent::Event::AutoLink::BEGIN@12
11144µs223µsMarkdent::Event::AutoLink::::BEGIN@11Markdent::Event::AutoLink::BEGIN@11
11139µs17.2msMarkdent::Event::AutoLink::::BEGIN@9Markdent::Event::AutoLink::BEGIN@9
11139µs106µsMarkdent::Event::AutoLink::::BEGIN@7Markdent::Event::AutoLink::BEGIN@7
11138µs55µsMarkdent::Event::AutoLink::::BEGIN@6Markdent::Event::AutoLink::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::AutoLink;
2
# spent 46µs within Markdent::Event::AutoLink::BEGIN@2 which was called: # once (46µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@12 at line 4
BEGIN {
3129µs $Markdent::Event::AutoLink::VERSION = '0.17';
4171µs146µs}
# spent 46µs making 1 call to Markdent::Event::AutoLink::BEGIN@2
5
6395µs272µs
# spent 55µs (38+17) within Markdent::Event::AutoLink::BEGIN@6 which was called: # once (38µs+17µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@12 at line 6
use strict;
# spent 55µs making 1 call to Markdent::Event::AutoLink::BEGIN@6 # spent 17µs making 1 call to strict::import
73106µs2173µs
# spent 106µs (39+67) within Markdent::Event::AutoLink::BEGIN@7 which was called: # once (39µs+67µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@12 at line 7
use warnings;
# spent 106µs making 1 call to Markdent::Event::AutoLink::BEGIN@7 # spent 67µs making 1 call to warnings::import
8
93146µs234.4ms
# spent 17.2ms (39µs+17.2) within Markdent::Event::AutoLink::BEGIN@9 which was called: # once (39µs+17.2ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@12 at line 9
use Markdent::Types qw( Str Bool );
# spent 17.2ms making 1 call to Markdent::Event::AutoLink::BEGIN@9 # spent 17.2ms making 1 call to MooseX::Types::Combine::import
10
113104µs2403µs
# spent 223µs (44+180) within Markdent::Event::AutoLink::BEGIN@11 which was called: # once (44µs+180µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@12 at line 11
use namespace::autoclean;
# spent 223µs making 1 call to Markdent::Event::AutoLink::BEGIN@11 # spent 180µs making 1 call to namespace::autoclean::import
123155µs245.8ms
# spent 22.9ms (45µs+22.9) within Markdent::Event::AutoLink::BEGIN@12 which was called: # once (45µs+22.9ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@12 at line 12
use Moose;
# spent 22.9ms making 1 call to Markdent::Event::AutoLink::BEGIN@12 # spent 22.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
133294µs251.8ms
# spent 25.9ms (46µs+25.9) within Markdent::Event::AutoLink::BEGIN@13 which was called: # once (46µs+25.9ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@12 at line 13
use MooseX::StrictConstructor;
# spent 25.9ms making 1 call to Markdent::Event::AutoLink::BEGIN@13 # spent 25.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
14
15124µs27.95mshas uri => (
# spent 7.62ms making 1 call to Moose::has # spent 333µs making 1 call to __TYPE__::Str
16 is => 'ro',
17 isa => Str,
18 required => 1,
19);
20
21115µs135.4mswith 'Markdent::Role::Event';
# spent 35.4ms making 1 call to Moose::with
22
23125µs214.1ms__PACKAGE__->meta()->make_immutable();
# spent 14.0ms making 1 call to Class::MOP::Class::make_immutable # spent 91µs making 1 call to Markdent::Event::AutoLink::meta
24
25188µs1;
26
27# ABSTRACT: An event for auto-links
28
- -
31=pod
32
- -
75162µs122.0ms__END__