← Index
NYTProf Performance Profile   « line view »
For script/ponapi
  Run on Wed Feb 10 15:51:26 2016
Reported on Thu Feb 11 09:43:11 2016

Filename/usr/local/lib/perl/5.18.2/Moose/Meta/Method/Accessor/Native/Hash/count.pm
StatementsExecuted 95 statements in 299µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
211155µs55µsMoose::Meta::Method::Accessor::Native::Hash::count::::_return_valueMoose::Meta::Method::Accessor::Native::Hash::count::_return_value
211126µs26µsMoose::Meta::Method::Accessor::Native::Hash::count::::_maximum_argumentsMoose::Meta::Method::Accessor::Native::Hash::count::_maximum_arguments
11112µs28µsMoose::Meta::Method::Accessor::Native::Hash::count::::BEGIN@4Moose::Meta::Method::Accessor::Native::Hash::count::BEGIN@4
1118µs15µsMoose::Meta::Method::Accessor::Native::Hash::count::::BEGIN@5Moose::Meta::Method::Accessor::Native::Hash::count::BEGIN@5
1117µs2.24msMoose::Meta::Method::Accessor::Native::Hash::count::::BEGIN@7Moose::Meta::Method::Accessor::Native::Hash::count::BEGIN@7
1117µs91µsMoose::Meta::Method::Accessor::Native::Hash::count::::BEGIN@20Moose::Meta::Method::Accessor::Native::Hash::count::BEGIN@20
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::count;
21400nsour $VERSION = '2.1604';
3
4224µs244µs
# spent 28µs (12+16) within Moose::Meta::Method::Accessor::Native::Hash::count::BEGIN@4 which was called: # once (12µs+16µs) by Module::Runtime::require_module at line 4
use strict;
# spent 28µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::count::BEGIN@4 # spent 16µs making 1 call to strict::import
5221µs222µs
# spent 15µs (8+7) within Moose::Meta::Method::Accessor::Native::Hash::count::BEGIN@5 which was called: # once (8µs+7µs) by Module::Runtime::require_module at line 5
use warnings;
# spent 15µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::count::BEGIN@5 # spent 7µs making 1 call to warnings::import
6
7293µs24.48ms
# spent 2.24ms (7µs+2.24) within Moose::Meta::Method::Accessor::Native::Hash::count::BEGIN@7 which was called: # once (7µs+2.24ms) by Module::Runtime::require_module at line 7
use Moose::Role;
# spent 2.24ms making 1 call to Moose::Meta::Method::Accessor::Native::Hash::count::BEGIN@7 # spent 2.24ms making 1 call to Moose::Role::import
8
914µs114.5mswith 'Moose::Meta::Method::Accessor::Native::Reader';
# spent 14.5ms making 1 call to Moose::Role::with
10
112144µs
# spent 26µs within Moose::Meta::Method::Accessor::Native::Hash::count::_maximum_arguments which was called 21 times, avg 1µs/call: # 21 times (26µs+0s) by Moose::Meta::Method::Accessor::Native::_inline_check_argument_count at line 85 of Moose/Meta/Method/Accessor/Native.pm, avg 1µs/call
sub _maximum_arguments { 0 }
12
13
# spent 55µs within Moose::Meta::Method::Accessor::Native::Hash::count::_return_value which was called 21 times, avg 3µs/call: # 21 times (55µs+0s) by Moose::Meta::Method::Accessor::Native::_inline_return_value at line 103 of Moose/Meta/Method/Accessor/Native.pm, avg 3µs/call
sub _return_value {
14216µs my $self = shift;
15219µs my ($slot_access) = @_;
16
172159µs return 'scalar keys %{ (' . $slot_access . ') }';
18}
19
20227µs2174µs
# spent 91µs (7+84) within Moose::Meta::Method::Accessor::Native::Hash::count::BEGIN@20 which was called: # once (7µs+84µs) by Module::Runtime::require_module at line 20
no Moose::Role;
# spent 91µs making 1 call to Moose::Meta::Method::Accessor::Native::Hash::count::BEGIN@20 # spent 84µs making 1 call to Moose::Role::unimport
21
22111µs1;