Filename | /usr/local/lib/perl/5.18.2/Moose/Meta/Attribute/Native/Trait/Hash.pm |
Statements | Executed 61 statements in 238µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
54 | 2 | 1 | 84µs | 84µs | _helper_type | Moose::Meta::Attribute::Native::Trait::Hash::
1 | 1 | 1 | 12µs | 2.33ms | BEGIN@4 | Moose::Meta::Attribute::Native::Trait::Hash::
1 | 1 | 1 | 8µs | 87µs | BEGIN@9 | Moose::Meta::Attribute::Native::Trait::Hash::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Moose::Meta::Attribute::Native::Trait::Hash; | ||||
2 | 1 | 400ns | our $VERSION = '2.1604'; | ||
3 | |||||
4 | 2 | 65µs | 2 | 4.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 # 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 |
5 | 1 | 7µs | 1 | 11.3ms | with 'Moose::Meta::Attribute::Native::Trait'; # spent 11.3ms making 1 call to Moose::Role::with |
6 | |||||
7 | 54 | 127µ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 | ||
8 | |||||
9 | 2 | 30µs | 2 | 167µ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 # 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 | |||||
11 | 1 | 10µs | 1; | ||
12 | |||||
13 | # ABSTRACT: Helper trait for HashRef attributes | ||||
14 | |||||
15 | __END__ |