← Index
NYTProf Performance Profile   « line view »
For fastest.pl
  Run on Fri Jan 31 20:48:16 2014
Reported on Fri Jan 31 20:49:41 2014

Filename/opt/perl-5.18.1/lib/site_perl/5.18.1/Moo/sification.pm
StatementsExecuted 9 statements in 282µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11127µs85µsMoo::sification::::BEGIN@3 Moo::sification::BEGIN@3
1114µs4µsMoo::sification::::BEGIN@4 Moo::sification::BEGIN@4
0000s0sMoo::HandleMoose::AuthorityHack::::DESTROYMoo::HandleMoose::AuthorityHack::DESTROY
0000s0sMoo::sification::::unimport Moo::sification::unimport
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Moo::sification;
2
3338µs3143µs
# spent 85µs (27+58) within Moo::sification::BEGIN@3 which was called: # once (27µs+58µs) by Foo::Moo::BEGIN@116 at line 3
use strictures 1;
# spent 85µs making 1 call to Moo::sification::BEGIN@3 # spent 41µs making 1 call to strictures::import # spent 17µs making 1 call to strictures::VERSION
42149µs14µs
# spent 4µs within Moo::sification::BEGIN@4 which was called: # once (4µs+0s) by Foo::Moo::BEGIN@116 at line 4
use Moo::_Utils ();
# spent 4µs making 1 call to Moo::sification::BEGIN@4
5
6sub unimport { our $disarmed = 1 }
7
8sub Moo::HandleMoose::AuthorityHack::DESTROY {
9 unless (our $disarmed or Moo::_Utils::_in_global_destruction) {
10 require Moo::HandleMoose;
11 Moo::HandleMoose->import;
12 }
13}
14
151900nsif ($INC{"Moose.pm"}) {
16184µs require Moo::HandleMoose;
1714µs128µs Moo::HandleMoose->import;
# spent 28µs making 1 call to Moo::HandleMoose::import
18} else {
19 $Moose::AUTHORITY = bless({}, 'Moo::HandleMoose::AuthorityHack');
20}
21
2216µs1;