← 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:06:09 2010

Filename/home/doy/coding/src/Moose/blib/lib//Moose/Meta/Attribute/Native/Trait/Hash.pm
StatementsExecuted 14 statements in 678µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11171µs14.7msMoose::Meta::Attribute::Native::Trait::Hash::::BEGIN@3Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@3
11142µs748µsMoose::Meta::Attribute::Native::Trait::Hash::::BEGIN@13Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@13
32128µs28µsMoose::Meta::Attribute::Native::Trait::Hash::::_helper_typeMoose::Meta::Attribute::Native::Trait::Hash::_helper_type
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
2package Moose::Meta::Attribute::Native::Trait::Hash;
33347µs229.3ms
# spent 14.7ms (71µs+14.6) within Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@3 which was called: # once (71µs+14.6ms) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 3
use Moose::Role;
4
514µsour $VERSION = '1.19';
6185µs$VERSION = eval $VERSION;
# spent 10µs executing statements in string eval
713µsour $AUTHORITY = 'cpan:STEVAN';
8
9120µs146.1mswith 'Moose::Meta::Attribute::Native::Trait';
# spent 46.1ms making 1 call to Moose::Role::with
10
11351µs
# spent 28µs within Moose::Meta::Attribute::Native::Trait::Hash::_helper_type which was called 3 times, avg 9µs/call: # 2 times (19µs+0s) by Moose::Meta::Attribute::Native::Trait::_root_types at line 161 of Moose/Meta/Attribute/Native/Trait.pm, avg 9µs/call # once (9µs+0s) by Moose::Meta::Attribute::Native::Trait::_check_helper_type at line 88 of Moose/Meta/Attribute/Native/Trait.pm
sub _helper_type { 'HashRef' }
12
133127µs21.45ms
# spent 748µs (42+706) within Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@13 which was called: # once (42µs+706µs) by Class::MOP::__ANON__[/home/doy/coding/src/Class-MOP/blib/lib//Class/MOP.pm:118] at line 13
no Moose::Role;
14
15141µs1;
16
17__END__