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

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Moose/Meta/Method/Accessor/Native/Hash/values.pm
StatementsExecuted 24 statements in 1.25ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11177µs96µsMoose::Meta::Method::Accessor::Native::Hash::values::::BEGIN@3Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@3
11146µs783µsMoose::Meta::Method::Accessor::Native::Hash::values::::BEGIN@26Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@26
11145µs14.6msMoose::Meta::Method::Accessor::Native::Hash::values::::BEGIN@12Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@12
11141µs110µsMoose::Meta::Method::Accessor::Native::Hash::values::::BEGIN@4Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@4
11140µs280µsMoose::Meta::Method::Accessor::Native::Hash::values::::BEGIN@6Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@6
11120µs20µsMoose::Meta::Method::Accessor::Native::Hash::values::::_return_valueMoose::Meta::Method::Accessor::Native::Hash::values::_return_value
1119µs9µsMoose::Meta::Method::Accessor::Native::Hash::values::::_maximum_argumentsMoose::Meta::Method::Accessor::Native::Hash::values::_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::values;
2
33105µs2114µs
# spent 96µs (77+18) within Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@3 which was called: # once (77µs+18µs) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@21 at line 3
use strict;
# spent 96µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@3 # spent 18µs making 1 call to strict::import
43111µs2178µs
# spent 110µs (41+68) within Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@4 which was called: # once (41µs+68µs) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@21 at line 4
use warnings;
# spent 110µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@4 # spent 68µs making 1 call to warnings::import
5
63239µs2521µs
# spent 280µs (40+240) within Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@6 which was called: # once (40µs+240µs) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@21 at line 6
use Scalar::Util qw( looks_like_number );
# spent 280µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@6 # spent 240µs making 1 call to Exporter::import
7
814µsour $VERSION = '1.19';
9185µs$VERSION = eval $VERSION;
# spent 10µs executing statements in string eval
1013µsour $AUTHORITY = 'cpan:STEVAN';
11
123445µs229.2ms
# spent 14.6ms (45µs+14.6) within Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@12 which was called: # once (45µs+14.6ms) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@21 at line 12
use Moose::Role;
13
14132µs119.3mswith 'Moose::Meta::Method::Accessor::Native::Reader' =>
# spent 19.3ms making 1 call to Moose::Role::with
15 { -excludes => ['_maximum_arguments'] };
16
17141µs
# spent 9µs within Moose::Meta::Method::Accessor::Native::Hash::values::_maximum_arguments which was called: # once (9µs+0s) by Moose::Meta::Method::Accessor::Native::_inline_check_argument_count at line 80 of Moose/Meta/Method/Accessor/Native.pm
sub _maximum_arguments { 0 }
18
19
# spent 20µs within Moose::Meta::Method::Accessor::Native::Hash::values::_return_value which was called: # once (20µs+0s) by Moose::Meta::Method::Accessor::Native::Reader::_inline_return_value at line 60 of Moose/Meta/Method/Accessor/Native/Reader.pm
sub _return_value {
20329µs my $self = shift;
21 my $slot_access = shift;
22
23 return "values \%{ ($slot_access) }";
24}
25
263116µs21.52ms
# spent 783µs (46+738) within Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@26 which was called: # once (46µs+738µs) by Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@21 at line 26
no Moose::Role;
27
28143µs1;