← Index
NYTProf Performance Profile   « line view »
For examples/Atom-timer.pl
  Run on Mon Aug 12 14:45:28 2013
Reported on Mon Aug 12 14:46:14 2013

Filename/Users/dde/perl5/perlbrew/perls/5.18.0t/lib/site_perl/5.18.0/darwin-thread-multi-2level/Moose/Meta/TypeConstraint/Role.pm
StatementsExecuted 305 statements in 1.09ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1911279µs9.26msMoose::Meta::TypeConstraint::Role::::newMoose::Meta::TypeConstraint::Role::new
1911124µs175µsMoose::Meta::TypeConstraint::Role::::_create_hand_optimized_type_constraintMoose::Meta::TypeConstraint::Role::_create_hand_optimized_type_constraint
1911112µs175µsMoose::Meta::TypeConstraint::Role::::__ANON__[:32]Moose::Meta::TypeConstraint::Role::__ANON__[:32]
1118µs335µsMoose::Meta::TypeConstraint::Role::::BEGIN@11Moose::Meta::TypeConstraint::Role::BEGIN@11
1118µs11µsMoose::Meta::TypeConstraint::Role::::BEGIN@10Moose::Meta::TypeConstraint::Role::BEGIN@10
1118µs8µsMoose::Meta::TypeConstraint::Role::::BEGIN@2Moose::Meta::TypeConstraint::Role::BEGIN@2
1116µs18µsMoose::Meta::TypeConstraint::Role::::BEGIN@13Moose::Meta::TypeConstraint::Role::BEGIN@13
1116µs16µsMoose::Meta::TypeConstraint::Role::::BEGIN@9Moose::Meta::TypeConstraint::Role::BEGIN@9
1116µs24µsMoose::Meta::TypeConstraint::Role::::BEGIN@14Moose::Meta::TypeConstraint::Role::BEGIN@14
1115µs53µsMoose::Meta::TypeConstraint::Role::::BEGIN@17Moose::Meta::TypeConstraint::Role::BEGIN@17
1113µs3µsMoose::Meta::TypeConstraint::Role::::BEGIN@15Moose::Meta::TypeConstraint::Role::BEGIN@15
0000s0sMoose::Meta::TypeConstraint::Role::::__ANON__[:40]Moose::Meta::TypeConstraint::Role::__ANON__[:40]
0000s0sMoose::Meta::TypeConstraint::Role::::__ANON__[:56]Moose::Meta::TypeConstraint::Role::__ANON__[:56]
0000s0sMoose::Meta::TypeConstraint::Role::::create_child_typeMoose::Meta::TypeConstraint::Role::create_child_type
0000s0sMoose::Meta::TypeConstraint::Role::::equalsMoose::Meta::TypeConstraint::Role::equals
0000s0sMoose::Meta::TypeConstraint::Role::::is_a_type_ofMoose::Meta::TypeConstraint::Role::is_a_type_of
0000s0sMoose::Meta::TypeConstraint::Role::::is_subtype_ofMoose::Meta::TypeConstraint::Role::is_subtype_of
0000s0sMoose::Meta::TypeConstraint::Role::::parentsMoose::Meta::TypeConstraint::Role::parents
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::TypeConstraint::Role;
2
# spent 8µs within Moose::Meta::TypeConstraint::Role::BEGIN@2 which was called: # once (8µs+0s) by Moose::Util::TypeConstraints::BEGIN@37 at line 4
BEGIN {
314µs $Moose::Meta::TypeConstraint::Role::AUTHORITY = 'cpan:STEVAN';
4129µs18µs}
# spent 8µs making 1 call to Moose::Meta::TypeConstraint::Role::BEGIN@2
5{
62800ns $Moose::Meta::TypeConstraint::Role::VERSION = '2.1005';
7}
8
9220µs226µs
# spent 16µs (6+10) within Moose::Meta::TypeConstraint::Role::BEGIN@9 which was called: # once (6µs+10µs) by Moose::Util::TypeConstraints::BEGIN@37 at line 9
use strict;
# spent 16µs making 1 call to Moose::Meta::TypeConstraint::Role::BEGIN@9 # spent 10µs making 1 call to strict::import
10219µs214µs
# spent 11µs (8+3) within Moose::Meta::TypeConstraint::Role::BEGIN@10 which was called: # once (8µs+3µs) by Moose::Util::TypeConstraints::BEGIN@37 at line 10
use warnings;
# spent 11µs making 1 call to Moose::Meta::TypeConstraint::Role::BEGIN@10 # spent 3µs making 1 call to warnings::import
11223µs2661µs
# spent 335µs (8+326) within Moose::Meta::TypeConstraint::Role::BEGIN@11 which was called: # once (8µs+326µs) by Moose::Util::TypeConstraints::BEGIN@37 at line 11
use metaclass;
# spent 335µs making 1 call to Moose::Meta::TypeConstraint::Role::BEGIN@11 # spent 326µs making 1 call to metaclass::import
12
13221µs231µs
# spent 18µs (6+12) within Moose::Meta::TypeConstraint::Role::BEGIN@13 which was called: # once (6µs+12µs) by Moose::Util::TypeConstraints::BEGIN@37 at line 13
use B;
# spent 18µs making 1 call to Moose::Meta::TypeConstraint::Role::BEGIN@13 # spent 12µs making 1 call to Exporter::import
14222µs243µs
# spent 24µs (6+19) within Moose::Meta::TypeConstraint::Role::BEGIN@14 which was called: # once (6µs+19µs) by Moose::Util::TypeConstraints::BEGIN@37 at line 14
use Scalar::Util 'blessed';
# spent 24µs making 1 call to Moose::Meta::TypeConstraint::Role::BEGIN@14 # spent 19µs making 1 call to Exporter::import
15219µs13µs
# spent 3µs within Moose::Meta::TypeConstraint::Role::BEGIN@15 which was called: # once (3µs+0s) by Moose::Util::TypeConstraints::BEGIN@37 at line 15
use Moose::Util::TypeConstraints ();
# spent 3µs making 1 call to Moose::Meta::TypeConstraint::Role::BEGIN@15
16
172487µs2100µs
# spent 53µs (5+47) within Moose::Meta::TypeConstraint::Role::BEGIN@17 which was called: # once (5µs+47µs) by Moose::Util::TypeConstraints::BEGIN@37 at line 17
use base 'Moose::Meta::TypeConstraint';
# spent 53µs making 1 call to Moose::Meta::TypeConstraint::Role::BEGIN@17 # spent 47µs making 1 call to base::import
18
1913µs3283µs__PACKAGE__->meta->add_attribute('role' => (
# spent 264µs making 1 call to Class::MOP::Mixin::HasAttributes::add_attribute # spent 13µs making 1 call to Moose::Meta::TypeConstraint::Role::meta # spent 5µs making 1 call to Class::MOP::_definition_context
20 reader => 'role',
21 Class::MOP::_definition_context(),
22));
23
24
# spent 175µs (112+63) within Moose::Meta::TypeConstraint::Role::__ANON__[/Users/dde/perl5/perlbrew/perls/5.18.0t/lib/site_perl/5.18.0/darwin-thread-multi-2level/Moose/Meta/TypeConstraint/Role.pm:32] which was called 19 times, avg 9µs/call: # 19 times (112µs+63µs) by Moose::Meta::TypeConstraint::_inline_check at line 216 of Moose/Meta/TypeConstraint.pm, avg 9µs/call
my $inliner = sub {
25193µs my $self = shift;
26193µs my $val = shift;
27
2819130µs3863µs return 'Moose::Util::does_role('
# spent 40µs making 19 calls to B::perlstring, avg 2µs/call # spent 23µs making 19 calls to Moose::Meta::TypeConstraint::Role::role, avg 1µs/call
29 . $val . ', '
30 . B::perlstring($self->role)
31 . ')';
3212µs};
33
34
# spent 9.26ms (279µs+8.98) within Moose::Meta::TypeConstraint::Role::new which was called 19 times, avg 487µs/call: # 19 times (279µs+8.98ms) by Moose::Util::TypeConstraints::create_role_type_constraint at line 224 of Moose/Util/TypeConstraints.pm, avg 487µs/call
sub new {
351917µs my ( $class, %args ) = @_;
36
371922µs19248µs $args{parent} = Moose::Util::TypeConstraints::find_type_constraint('Object');
# spent 248µs making 19 calls to Moose::Util::TypeConstraints::find_type_constraint, avg 13µs/call
38
39194µs my $role_name = $args{role};
401948µs $args{constraint} = sub { Moose::Util::does_role( $_[0], $role_name ) };
41
42195µs $args{inlined} = $inliner;
43
441932µs194.19ms my $self = $class->SUPER::new( \%args );
# spent 4.19ms making 19 calls to Moose::Meta::TypeConstraint::new, avg 221µs/call
45
461920µs19175µs $self->_create_hand_optimized_type_constraint;
# spent 175µs making 19 calls to Moose::Meta::TypeConstraint::Role::_create_hand_optimized_type_constraint, avg 9µs/call
471916µs194.36ms $self->compile_type_constraint();
# spent 4.36ms making 19 calls to Moose::Meta::TypeConstraint::compile_type_constraint, avg 230µs/call
48
491940µs return $self;
50}
51
52
# spent 175µs (124+51) within Moose::Meta::TypeConstraint::Role::_create_hand_optimized_type_constraint which was called 19 times, avg 9µs/call: # 19 times (124µs+51µs) by Moose::Meta::TypeConstraint::Role::new at line 46, avg 9µs/call
sub _create_hand_optimized_type_constraint {
53192µs my $self = shift;
541914µs1919µs my $role = $self->role;
# spent 19µs making 19 calls to Moose::Meta::TypeConstraint::Role::role, avg 1µs/call
55 $self->hand_optimized_type_constraint(
56 sub { Moose::Util::does_role($_[0], $role) }
571976µs1931µs );
# spent 31µs making 19 calls to Moose::Meta::TypeConstraint::hand_optimized_type_constraint, avg 2µs/call
58}
59
60sub parents {
61 my $self = shift;
62 return (
63 $self->parent,
64 map {
65 # FIXME find_type_constraint might find a TC named after the role but that isn't really it
66 # I did this anyway since it's a convention that preceded TypeConstraint::Role, and it should DWIM
67 # if anybody thinks this problematic please discuss on IRC.
68 # a possible fix is to add by attr indexing to the type registry to find types of a certain property
69 # regardless of their name
70 Moose::Util::TypeConstraints::find_type_constraint($_)
71 ||
72 __PACKAGE__->new( role => $_, name => "__ANON__" )
73 } @{ Class::MOP::class_of($self->role)->get_roles },
74 );
75}
76
77sub equals {
78 my ( $self, $type_or_name ) = @_;
79
80 my $other = Moose::Util::TypeConstraints::find_type_constraint($type_or_name);
81
82 return unless defined $other;
83 return unless $other->isa(__PACKAGE__);
84
85 return $self->role eq $other->role;
86}
87
88sub is_a_type_of {
89 my ($self, $type_or_name) = @_;
90
91 my $type = Moose::Util::TypeConstraints::find_type_constraint($type_or_name);
92
93 ($self->equals($type) || $self->is_subtype_of($type_or_name));
94}
95
96sub is_subtype_of {
97 my ($self, $type_or_name_or_role ) = @_;
98
99 if ( not ref $type_or_name_or_role ) {
100 # it might be a role
101 my $class = Class::MOP::class_of($self->role);
102 return 1 if defined($class) && $class->does_role( $type_or_name_or_role );
103 }
104
105 my $type = Moose::Util::TypeConstraints::find_type_constraint($type_or_name_or_role);
106
107 return unless defined $type;
108
109 if ( $type->isa(__PACKAGE__) ) {
110 # if $type_or_name_or_role isn't a role, it might be the TC name of another ::Role type
111 # or it could also just be a type object in this branch
112 my $class = Class::MOP::class_of($self->role);
113 return defined($class) && $class->does_role( $type->role );
114 } else {
115 # the only other thing we are a subtype of is Object
116 $self->SUPER::is_subtype_of($type);
117 }
118}
119
120sub create_child_type {
121 my ($self, @args) = @_;
122 return Moose::Meta::TypeConstraint->new(@args, parent => $self);
123}
124
12514µs1;
126
127# ABSTRACT: Role/TypeConstraint parallel hierarchy
128
129__END__