← Index
NYTProf Performance Profile   « block view • line view • sub view »
For -e
  Run on Wed Nov 17 22:00:36 2010
Reported on Wed Nov 17 22:10:13 2010

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/EndLink.pm
StatementsExecuted 20 statements in 1.12ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11147µs47µsMarkdent::Event::EndLink::::BEGIN@2Markdent::Event::EndLink::BEGIN@2
11146µs21.4msMarkdent::Event::EndLink::::BEGIN@11Markdent::Event::EndLink::BEGIN@11
11145µs21.3msMarkdent::Event::EndLink::::BEGIN@10Markdent::Event::EndLink::BEGIN@10
11143µs126µsMarkdent::Event::EndLink::::BEGIN@7Markdent::Event::EndLink::BEGIN@7
11140µs224µsMarkdent::Event::EndLink::::BEGIN@9Markdent::Event::EndLink::BEGIN@9
11139µs56µsMarkdent::Event::EndLink::::BEGIN@6Markdent::Event::EndLink::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::EndLink;
2
# spent 47µs within Markdent::Event::EndLink::BEGIN@2 which was called: # once (47µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@16 at line 4
BEGIN {
3129µs $Markdent::Event::EndLink::VERSION = '0.17';
4173µs147µs}
# spent 47µs making 1 call to Markdent::Event::EndLink::BEGIN@2
5
6394µs274µs
# spent 56µs (39+18) within Markdent::Event::EndLink::BEGIN@6 which was called: # once (39µs+18µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@16 at line 6
use strict;
# spent 56µs making 1 call to Markdent::Event::EndLink::BEGIN@6 # spent 18µs making 1 call to strict::import
73107µs2209µs
# spent 126µs (43+83) within Markdent::Event::EndLink::BEGIN@7 which was called: # once (43µs+83µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@16 at line 7
use warnings;
# spent 126µs making 1 call to Markdent::Event::EndLink::BEGIN@7 # spent 83µs making 1 call to warnings::import
8
93106µs2408µs
# spent 224µs (40+184) within Markdent::Event::EndLink::BEGIN@9 which was called: # once (40µs+184µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@16 at line 9
use namespace::autoclean;
# spent 224µs making 1 call to Markdent::Event::EndLink::BEGIN@9 # spent 184µs making 1 call to namespace::autoclean::import
103156µs242.6ms
# spent 21.3ms (45µs+21.3) within Markdent::Event::EndLink::BEGIN@10 which was called: # once (45µs+21.3ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@16 at line 10
use Moose;
# spent 21.3ms making 1 call to Markdent::Event::EndLink::BEGIN@10 # spent 21.3ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
113279µs242.8ms
# spent 21.4ms (46µs+21.4) within Markdent::Event::EndLink::BEGIN@11 which was called: # once (46µs+21.4ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@16 at line 11
use MooseX::StrictConstructor;
# spent 21.4ms making 1 call to Markdent::Event::EndLink::BEGIN@11 # spent 21.4ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
12
13119µs130.6mswith 'Markdent::Role::Event';
# spent 30.6ms making 1 call to Moose::with
14
151130µs123.9mswith 'Markdent::Role::BalancedEvent';
# spent 23.9ms making 1 call to Moose::with
16
17125µs213.6ms__PACKAGE__->meta()->make_immutable();
# spent 13.5ms making 1 call to Class::MOP::Class::make_immutable # spent 90µs making 1 call to Markdent::Event::EndLink::meta
18
19146µs1;
20
21# ABSTRACT: An event for the end of a link
22
- -
25=pod
26
- -
62157µs17.49ms__END__