← 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:07:47 2010

Filename/home/doy/coding/src/Class-MOP/blib/lib//metaclass.pm
StatementsExecuted 243 statements in 3.85ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
2020202.13ms69.9msmetaclass::::importmetaclass::import
11175µs92µsmetaclass::::BEGIN@4metaclass::BEGIN@4
11138µs194µsmetaclass::::BEGIN@7metaclass::BEGIN@7
11138µs101µsmetaclass::::BEGIN@5metaclass::BEGIN@5
11137µs211µsmetaclass::::BEGIN@9metaclass::BEGIN@9
11137µs191µsmetaclass::::BEGIN@8metaclass::BEGIN@8
11126µs26µsmetaclass::::BEGIN@15metaclass::BEGIN@15
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
2package metaclass;
3
43104µs2108µs
# spent 92µs (75+17) within metaclass::BEGIN@4 which was called: # once (75µs+17µs) by Moose::Meta::TypeConstraint::BEGIN@6 at line 4
use strict;
# spent 92µs making 1 call to metaclass::BEGIN@4 # spent 17µs making 1 call to strict::import
53101µs2163µs
# spent 101µs (38+63) within metaclass::BEGIN@5 which was called: # once (38µs+63µs) by Moose::Meta::TypeConstraint::BEGIN@6 at line 5
use warnings;
# spent 101µs making 1 call to metaclass::BEGIN@5 # spent 63µs making 1 call to warnings::import
6
73104µs2350µs
# spent 194µs (38+156) within metaclass::BEGIN@7 which was called: # once (38µs+156µs) by Moose::Meta::TypeConstraint::BEGIN@6 at line 7
use Carp 'confess';
# spent 194µs making 1 call to metaclass::BEGIN@7 # spent 156µs making 1 call to Exporter::import
8398µs2344µs
# spent 191µs (37+154) within metaclass::BEGIN@8 which was called: # once (37µs+154µs) by Moose::Meta::TypeConstraint::BEGIN@6 at line 8
use Scalar::Util 'blessed';
# spent 191µs making 1 call to metaclass::BEGIN@8 # spent 154µs making 1 call to Exporter::import
93217µs2385µs
# spent 211µs (37+174) within metaclass::BEGIN@9 which was called: # once (37µs+174µs) by Moose::Meta::TypeConstraint::BEGIN@6 at line 9
use Try::Tiny;
# spent 211µs making 1 call to metaclass::BEGIN@9 # spent 174µs making 1 call to Exporter::import
10
1114µsour $VERSION = '1.11';
12156µs$VERSION = eval $VERSION;
# spent 11µs executing statements in string eval
1313µsour $AUTHORITY = 'cpan:STEVAN';
14
153677µs126µs
# spent 26µs within metaclass::BEGIN@15 which was called: # once (26µs+0s) by Moose::Meta::TypeConstraint::BEGIN@6 at line 15
use Class::MOP;
# spent 26µs making 1 call to metaclass::BEGIN@15
16
17
# spent 69.9ms (2.13+67.8) within metaclass::import which was called 20 times, avg 3.50ms/call: # once (230µs+16.4ms) by Moose::Object::BEGIN@14 at line 15 of if.pm # once (131µs+3.77ms) by Moose::Meta::TypeConstraint::Union::BEGIN@6 at line 6 of Moose/Meta/TypeConstraint/Union.pm # once (121µs+3.08ms) by Moose::Meta::TypeConstraint::BEGIN@6 at line 6 of Moose/Meta/TypeConstraint.pm # once (98µs+2.82ms) by Moose::Meta::Role::Composite::BEGIN@5 at line 5 of Moose/Meta/Role/Composite.pm # once (96µs+2.81ms) by Moose::Meta::TypeCoercion::BEGIN@6 at line 6 of Moose/Meta/TypeCoercion.pm # once (95µs+2.73ms) by Moose::Meta::TypeConstraint::Class::BEGIN@5 at line 5 of Moose/Meta/TypeConstraint/Class.pm # once (98µs+2.65ms) by Moose::Meta::TypeConstraint::Parameterized::BEGIN@5 at line 5 of Moose/Meta/TypeConstraint/Parameterized.pm # once (97µs+2.62ms) by Moose::Meta::TypeConstraint::Registry::BEGIN@6 at line 6 of Moose/Meta/TypeConstraint/Registry.pm # once (98µs+2.62ms) by Moose::Meta::Role::Application::BEGIN@5 at line 5 of Moose/Meta/Role/Application.pm # once (98µs+2.61ms) by Moose::Meta::Role::Application::ToRole::BEGIN@5 at line 5 of Moose/Meta/Role/Application/ToRole.pm # once (98µs+2.61ms) by Moose::Meta::Role::Method::Required::BEGIN@6 at line 6 of Moose/Meta/Role/Method/Required.pm # once (97µs+2.61ms) by Moose::Meta::Role::Application::RoleSummation::BEGIN@5 at line 5 of Moose/Meta/Role/Application/RoleSummation.pm # once (96µs+2.60ms) by Moose::Meta::TypeConstraint::Enum::BEGIN@5 at line 5 of Moose/Meta/TypeConstraint/Enum.pm # once (97µs+2.58ms) by Moose::Meta::Role::Application::ToClass::BEGIN@5 at line 5 of Moose/Meta/Role/Application/ToClass.pm # once (95µs+2.58ms) by Moose::Meta::TypeCoercion::Union::BEGIN@6 at line 6 of Moose/Meta/TypeCoercion/Union.pm # once (99µs+2.57ms) by Moose::Meta::Role::BEGIN@6 at line 6 of Moose/Meta/Role.pm # once (96µs+2.57ms) by Moose::Meta::TypeConstraint::Role::BEGIN@5 at line 5 of Moose/Meta/TypeConstraint/Role.pm # once (100µs+2.57ms) by Moose::Meta::Role::Application::ToInstance::BEGIN@5 at line 5 of Moose/Meta/Role/Application/ToInstance.pm # once (95µs+2.57ms) by Moose::Meta::TypeConstraint::Parameterizable::BEGIN@5 at line 5 of Moose/Meta/TypeConstraint/Parameterizable.pm # once (99µs+2.49ms) by Moose::Meta::TypeConstraint::DuckType::BEGIN@5 at line 5 of Moose/Meta/TypeConstraint/DuckType.pm
sub import {
1820123µs my ( $class, @args ) = @_;
19
202094µs unshift @args, "metaclass" if @args % 2 == 1;
212086µs my %options = @args;
22
232080µs my $meta_name = exists $options{meta_name} ? $options{meta_name} : 'meta';
242077µs my $metaclass = delete $options{metaclass};
25
262076µs unless ( defined $metaclass ) {
27 $metaclass = "Class::MOP::Class";
28 } else {
29115µs1296µs Class::MOP::load_class($metaclass);
# spent 296µs making 1 call to Class::MOP::load_class
30 }
31
3220634µs20257µs ($metaclass->isa('Class::MOP::Class'))
# spent 257µs making 20 calls to UNIVERSAL::isa, avg 13µs/call
33 || confess "The metaclass ($metaclass) must be derived from Class::MOP::Class";
34
35 # make sure the custom metaclasses get loaded
3620230µs foreach my $key (grep { /_(?:meta)?class$/ } keys %options) {
37 unless ( ref( my $class = $options{$key} ) ) {
38 Class::MOP::load_class($class)
39 }
40 }
41
422091µs my $package = caller();
43
44 # create a meta object so we can install &meta
4520289µs2017.8ms my $meta = $metaclass->initialize($package => %options);
# spent 8.98ms making 19 calls to Class::MOP::Class::initialize, avg 472µs/call # spent 8.87ms making 1 call to Moose::Meta::Class::initialize
4620683µs2049.4ms $meta->_add_meta_method($meta_name)
# spent 49.4ms making 20 calls to Class::MOP::Mixin::HasMethods::_add_meta_method, avg 2.47ms/call
47 if defined $meta_name;
48}
49
50112µs1;
51
52__END__