← 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:12:19 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.01ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11148µs48µsMarkdent::Event::EndLink::::BEGIN@2Markdent::Event::EndLink::BEGIN@2
11147µs23.8msMarkdent::Event::EndLink::::BEGIN@11Markdent::Event::EndLink::BEGIN@11
11146µs137µsMarkdent::Event::EndLink::::BEGIN@7Markdent::Event::EndLink::BEGIN@7
11145µs48.9msMarkdent::Event::EndLink::::BEGIN@10Markdent::Event::EndLink::BEGIN@10
11140µs225µsMarkdent::Event::EndLink::::BEGIN@9Markdent::Event::EndLink::BEGIN@9
11140µs59µ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 48µs within Markdent::Event::EndLink::BEGIN@2 which was called: # once (48µs+0s) by Markdent::Dialect::Standard::SpanParser::BEGIN@16 at line 4
BEGIN {
3129µs $Markdent::Event::EndLink::VERSION = '0.17';
4171µs148µs}
# spent 48µs making 1 call to Markdent::Event::EndLink::BEGIN@2
5
6394µs277µs
# spent 59µs (40+18) within Markdent::Event::EndLink::BEGIN@6 which was called: # once (40µs+18µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@16 at line 6
use strict;
# spent 59µs making 1 call to Markdent::Event::EndLink::BEGIN@6 # spent 18µs making 1 call to strict::import
73109µs2228µs
# spent 137µs (46+91) within Markdent::Event::EndLink::BEGIN@7 which was called: # once (46µs+91µs) by Markdent::Dialect::Standard::SpanParser::BEGIN@16 at line 7
use warnings;
# spent 137µs making 1 call to Markdent::Event::EndLink::BEGIN@7 # spent 92µs making 1 call to warnings::import
8
93105µs2409µs
# spent 225µ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 225µs making 1 call to Markdent::Event::EndLink::BEGIN@9 # spent 184µs making 1 call to namespace::autoclean::import
103158µs297.8ms
# spent 48.9ms (45µs+48.9) within Markdent::Event::EndLink::BEGIN@10 which was called: # once (45µs+48.9ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@16 at line 10
use Moose;
# spent 48.9ms making 1 call to Markdent::Event::EndLink::BEGIN@10 # spent 48.9ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
113286µs247.6ms
# spent 23.8ms (47µs+23.8) within Markdent::Event::EndLink::BEGIN@11 which was called: # once (47µs+23.8ms) by Markdent::Dialect::Standard::SpanParser::BEGIN@16 at line 11
use MooseX::StrictConstructor;
# spent 23.8ms making 1 call to Markdent::Event::EndLink::BEGIN@11 # spent 23.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456]
12
13115µs135.3mswith 'Markdent::Role::Event';
# spent 35.3ms making 1 call to Moose::with
14
15114µs120.1mswith 'Markdent::Role::BalancedEvent';
# spent 20.1ms making 1 call to Moose::with
16
17124µs213.3ms__PACKAGE__->meta()->make_immutable();
# spent 13.2ms making 1 call to Class::MOP::Class::make_immutable # spent 90µs making 1 call to Markdent::Event::EndLink::meta
18
19145µs1;
20
21# ABSTRACT: An event for the end of a link
22
- -
25=pod
26
- -
62158µs114.8ms__END__