← Index
NYTProf Performance Profile   « block view • line view • sub view »
For mentat.storage.mongo.pl
  Run on Tue Jun 24 09:58:41 2014
Reported on Tue Jun 24 09:59:23 2014

Filename/usr/local/lib/perl/5.14.2/Moose/Meta/Mixin/AttributeCore.pm
StatementsExecuted 23 statements in 376µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1118µs8µsMoose::Meta::Mixin::AttributeCore::::BEGIN@2Moose::Meta::Mixin::AttributeCore::BEGIN@2
1118µs11µsMoose::Meta::Mixin::AttributeCore::::BEGIN@9Moose::Meta::Mixin::AttributeCore::BEGIN@9
1117µs49µsMoose::Meta::Mixin::AttributeCore::::BEGIN@12Moose::Meta::Mixin::AttributeCore::BEGIN@12
1117µs12µsMoose::Meta::Mixin::AttributeCore::::BEGIN@10Moose::Meta::Mixin::AttributeCore::BEGIN@10
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::Mixin::AttributeCore;
2
# spent 8µs within Moose::Meta::Mixin::AttributeCore::BEGIN@2 which was called: # once (8µs+0s) by base::import at line 4
BEGIN {
315µs $Moose::Meta::Mixin::AttributeCore::AUTHORITY = 'cpan:STEVAN';
4131µs18µs}
# spent 8µs making 1 call to Moose::Meta::Mixin::AttributeCore::BEGIN@2
5{
621µs $Moose::Meta::Mixin::AttributeCore::VERSION = '2.1005';
7}
8
9222µs214µs
# spent 11µs (8+3) within Moose::Meta::Mixin::AttributeCore::BEGIN@9 which was called: # once (8µs+3µs) by base::import at line 9
use strict;
# spent 11µs making 1 call to Moose::Meta::Mixin::AttributeCore::BEGIN@9 # spent 3µs making 1 call to strict::import
10223µs217µs
# spent 12µs (7+5) within Moose::Meta::Mixin::AttributeCore::BEGIN@10 which was called: # once (7µs+5µs) by base::import at line 10
use warnings;
# spent 12µs making 1 call to Moose::Meta::Mixin::AttributeCore::BEGIN@10 # spent 5µs making 1 call to warnings::import
11
122225µs249µs
# spent 49µs (7+42) within Moose::Meta::Mixin::AttributeCore::BEGIN@12 which was called: # once (7µs+42µs) by base::import at line 12
use base 'Class::MOP::Mixin::AttributeCore';
# spent 49µs making 1 call to Moose::Meta::Mixin::AttributeCore::BEGIN@12 # spent 42µs making 1 call to base::import, recursion: max depth 1, sum of overlapping time 42µs
13
1418µs3603µs__PACKAGE__->meta->add_attribute(
# spent 314µs making 1 call to Class::MOP::Mixin::HasAttributes::add_attribute # spent 284µs making 1 call to Class::MOP::Mixin::meta # spent 5µs making 1 call to Class::MOP::_definition_context
15 'isa' => (
16 reader => '_isa_metadata',
17 Class::MOP::_definition_context(),
18 )
19);
20
2114µs3329µs__PACKAGE__->meta->add_attribute(
# spent 313µs making 1 call to Class::MOP::Mixin::HasAttributes::add_attribute # spent 11µs making 1 call to Class::MOP::Mixin::meta # spent 4µs making 1 call to Class::MOP::_definition_context
22 'does' => (
23 reader => '_does_metadata',
24 Class::MOP::_definition_context(),
25 )
26);
27
2814µs3307µs__PACKAGE__->meta->add_attribute(
# spent 292µs making 1 call to Class::MOP::Mixin::HasAttributes::add_attribute # spent 11µs making 1 call to Class::MOP::Mixin::meta # spent 4µs making 1 call to Class::MOP::_definition_context
29 'is' => (
30 reader => '_is_metadata',
31 Class::MOP::_definition_context(),
32 )
33);
34
3514µs3316µs__PACKAGE__->meta->add_attribute(
# spent 301µs making 1 call to Class::MOP::Mixin::HasAttributes::add_attribute # spent 11µs making 1 call to Class::MOP::Mixin::meta # spent 4µs making 1 call to Class::MOP::_definition_context
36 'required' => (
37 reader => 'is_required',
38 Class::MOP::_definition_context(),
39 )
40);
41
4214µs3303µs__PACKAGE__->meta->add_attribute(
# spent 288µs making 1 call to Class::MOP::Mixin::HasAttributes::add_attribute # spent 11µs making 1 call to Class::MOP::Mixin::meta # spent 4µs making 1 call to Class::MOP::_definition_context
43 'lazy' => (
44 reader => 'is_lazy', Class::MOP::_definition_context(),
45 )
46);
47
4813µs3310µs__PACKAGE__->meta->add_attribute(
# spent 295µs making 1 call to Class::MOP::Mixin::HasAttributes::add_attribute # spent 11µs making 1 call to Class::MOP::Mixin::meta # spent 4µs making 1 call to Class::MOP::_definition_context
49 'lazy_build' => (
50 reader => 'is_lazy_build',
51 Class::MOP::_definition_context(),
52 )
53);
54
5513µs3313µs__PACKAGE__->meta->add_attribute(
# spent 298µs making 1 call to Class::MOP::Mixin::HasAttributes::add_attribute # spent 11µs making 1 call to Class::MOP::Mixin::meta # spent 4µs making 1 call to Class::MOP::_definition_context
56 'coerce' => (
57 reader => 'should_coerce',
58 Class::MOP::_definition_context(),
59 )
60);
61
6214µs3309µs__PACKAGE__->meta->add_attribute(
# spent 294µs making 1 call to Class::MOP::Mixin::HasAttributes::add_attribute # spent 11µs making 1 call to Class::MOP::Mixin::meta # spent 4µs making 1 call to Class::MOP::_definition_context
63 'weak_ref' => (
64 reader => 'is_weak_ref',
65 Class::MOP::_definition_context(),
66 )
67);
68
6914µs3310µs__PACKAGE__->meta->add_attribute(
# spent 295µs making 1 call to Class::MOP::Mixin::HasAttributes::add_attribute # spent 11µs making 1 call to Class::MOP::Mixin::meta # spent 4µs making 1 call to Class::MOP::_definition_context
70 'auto_deref' => (
71 reader => 'should_auto_deref',
72 Class::MOP::_definition_context(),
73 )
74);
75
7614µs3480µs__PACKAGE__->meta->add_attribute(
# spent 465µs making 1 call to Class::MOP::Mixin::HasAttributes::add_attribute # spent 11µs making 1 call to Class::MOP::Mixin::meta # spent 4µs making 1 call to Class::MOP::_definition_context
77 'type_constraint' => (
78 reader => 'type_constraint',
79 predicate => 'has_type_constraint',
80 Class::MOP::_definition_context(),
81 )
82);
83
8414µs3487µs__PACKAGE__->meta->add_attribute(
# spent 473µs making 1 call to Class::MOP::Mixin::HasAttributes::add_attribute # spent 11µs making 1 call to Class::MOP::Mixin::meta # spent 4µs making 1 call to Class::MOP::_definition_context
85 'trigger' => (
86 reader => 'trigger',
87 predicate => 'has_trigger',
88 Class::MOP::_definition_context(),
89 )
90);
91
9214µs3709µs__PACKAGE__->meta->add_attribute(
# spent 693µs making 1 call to Class::MOP::Mixin::HasAttributes::add_attribute # spent 11µs making 1 call to Class::MOP::Mixin::meta # spent 4µs making 1 call to Class::MOP::_definition_context
93 'handles' => (
94 reader => 'handles',
95 writer => '_set_handles',
96 predicate => 'has_handles',
97 Class::MOP::_definition_context(),
98 )
99);
100
10114µs3475µs__PACKAGE__->meta->add_attribute(
# spent 460µs making 1 call to Class::MOP::Mixin::HasAttributes::add_attribute # spent 11µs making 1 call to Class::MOP::Mixin::meta # spent 4µs making 1 call to Class::MOP::_definition_context
102 'documentation' => (
103 reader => 'documentation',
104 predicate => 'has_documentation',
105 Class::MOP::_definition_context(),
106 )
107);
108
109117µs1;
110
111# ABSTRACT: Core attributes shared by attribute metaclasses
112
113__END__