← 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/Attribute/Native/Trait/Hash.pm
StatementsExecuted 61 statements in 238µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
542184µs84µsMoose::Meta::Attribute::Native::Trait::Hash::::_helper_typeMoose::Meta::Attribute::Native::Trait::Hash::_helper_type
11112µs2.33msMoose::Meta::Attribute::Native::Trait::Hash::::BEGIN@4Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@4
1118µs87µsMoose::Meta::Attribute::Native::Trait::Hash::::BEGIN@9Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@9
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::Attribute::Native::Trait::Hash;
21400nsour $VERSION = '2.1604';
3
4265µs24.65ms
# spent 2.33ms (12µs+2.32) within Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@4 which was called: # once (12µs+2.32ms) by Module::Runtime::require_module at line 4
use Moose::Role;
# spent 2.33ms making 1 call to Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@4 # spent 2.32ms making 1 call to Moose::Role::import
517µs111.3mswith 'Moose::Meta::Attribute::Native::Trait';
# spent 11.3ms making 1 call to Moose::Role::with
6
754127µs
# spent 84µs within Moose::Meta::Attribute::Native::Trait::Hash::_helper_type which was called 54 times, avg 2µs/call: # 33 times (51µs+0s) by Moose::Meta::Attribute::Native::Trait::_root_types at line 124 of Moose/Meta/Attribute/Native/Trait.pm, avg 2µs/call # 21 times (33µs+0s) by Moose::Meta::Attribute::Native::Trait::_check_helper_type at line 21 of Moose/Meta/Attribute/Native/Trait.pm, avg 2µs/call
sub _helper_type { 'HashRef' }
8
9230µs2167µs
# spent 87µs (8+80) within Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@9 which was called: # once (8µs+80µs) by Module::Runtime::require_module at line 9
no Moose::Role;
# spent 87µs making 1 call to Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@9 # spent 80µs making 1 call to Moose::Role::unimport
10
11110µs1;
12
13# ABSTRACT: Helper trait for HashRef attributes
14
15__END__