← Index
NYTProf Performance Profile   « block view • line view • sub view »
For -e
  Run on Wed Nov 17 21:42:38 2010
Reported on Wed Nov 17 22:04:54 2010

Filename/home/doy/coding/src/Moose/blib/lib//Moose/Meta/Method/Accessor/Native/Hash/keys.pm
StatementsExecuted 24 statements in 1.14ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11179µs97µsMoose::Meta::Method::Accessor::Native::Hash::keys::::BEGIN@3Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@3
11159µs127µsMoose::Meta::Method::Accessor::Native::Hash::keys::::BEGIN@4Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@4
11145µs789µsMoose::Meta::Method::Accessor::Native::Hash::keys::::BEGIN@26Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@26
11144µs13.6msMoose::Meta::Method::Accessor::Native::Hash::keys::::BEGIN@12Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@12
11138µs224µsMoose::Meta::Method::Accessor::Native::Hash::keys::::BEGIN@6Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@6
11120µs20µsMoose::Meta::Method::Accessor::Native::Hash::keys::::_return_valueMoose::Meta::Method::Accessor::Native::Hash::keys::_return_value
1119µs9µsMoose::Meta::Method::Accessor::Native::Hash::keys::::_maximum_argumentsMoose::Meta::Method::Accessor::Native::Hash::keys::_maximum_arguments
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Moose::Meta::Method::Accessor::Native::Hash::keys;
2
33100µs2115µs
# spent 97µs (79+18) within Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@3 which was called: # once (79µs+18µs) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 3
use strict;
# spent 97µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@3 # spent 18µs making 1 call to strict::import
43110µs2195µs
# spent 127µs (59+68) within Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@4 which was called: # once (59µs+68µs) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 4
use warnings;
# spent 127µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@4 # spent 68µs making 1 call to warnings::import
5
63229µs2409µs
# spent 224µs (38+185) within Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@6 which was called: # once (38µs+185µs) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 6
use Scalar::Util qw( looks_like_number );
# spent 224µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@6 # spent 185µs making 1 call to Exporter::import
7
814µsour $VERSION = '1.19';
9193µs$VERSION = eval $VERSION;
# spent 14µs executing statements in string eval
1014µsour $AUTHORITY = 'cpan:STEVAN';
11
123365µs227.2ms
# spent 13.6ms (44µs+13.6) within Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@12 which was called: # once (44µs+13.6ms) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 12
use Moose::Role;
13
14133µs113.8mswith 'Moose::Meta::Method::Accessor::Native::Reader' =>
# spent 13.8ms making 1 call to Moose::Role::with
15 { -excludes => ['_maximum_arguments'] };
16
17117µs
# spent 9µs within Moose::Meta::Method::Accessor::Native::Hash::keys::_maximum_arguments which was called: # once (9µs+0s) by Moose::Meta::Method::Accessor::Native::_inline_check_argument_count at line 79 of Moose/Meta/Method/Accessor/Native.pm
sub _maximum_arguments { 0 }
18
19
# spent 20µs within Moose::Meta::Method::Accessor::Native::Hash::keys::_return_value which was called: # once (20µs+0s) by Moose::Meta::Method::Accessor::Native::_inline_return_value at line 101 of Moose/Meta/Method/Accessor/Native.pm
sub _return_value {
20329µs my $self = shift;
21 my ($slot_access) = @_;
22
23 return 'keys %{ (' . $slot_access . ') }';
24}
25
263110µs21.53ms
# spent 789µs (45+745) within Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@26 which was called: # once (45µs+745µs) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 26
no Moose::Role;
27
28141µs1;