← Index
NYTProf Performance Profile   « block view • line view • sub view »
For 05.Domain_and_Item.t
  Run on Tue May 4 17:21:41 2010
Reported on Tue May 4 17:23:12 2010

File /usr/local/lib/perl5/site_perl/5.10.1/MooseX/AttributeHelpers/Counter.pm
Statements Executed 12
Statement Execution Time 174µs
Subroutines — ordered by exclusive time
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11115µs2.24msMooseX::AttributeHelpers::Counter::::BEGIN@3 MooseX::AttributeHelpers::Counter::BEGIN@3
1118µs96µsMooseX::AttributeHelpers::Counter::::BEGIN@12 MooseX::AttributeHelpers::Counter::BEGIN@12
0000s0sMoose::Meta::Attribute::Custom::Counter::::register_implementationMoose::Meta::Attribute::Custom::Counter::register_implementation
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
2package MooseX::AttributeHelpers::Counter;
3360µs24.47ms
# spent 2.24ms (15µs+2.23) within MooseX::AttributeHelpers::Counter::BEGIN@3 which was called # once (15µs+2.23ms) by MooseX::AttributeHelpers::BEGIN@23 at line 3
use Moose;
# spent 2.24ms making 1 call to MooseX::AttributeHelpers::Counter::BEGIN@3 # spent 2.23ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:389]
4
51600nsour $VERSION = '0.23';
6119µs$VERSION = eval $VERSION;
71400nsour $AUTHORITY = 'cpan:STEVAN';
8
912µs1383µsextends 'Moose::Meta::Attribute';
# spent 383µs making 1 call to Moose::extends
1012µs110.5mswith 'MooseX::AttributeHelpers::Trait::Counter';
# spent 10.5ms making 1 call to Moose::with
11
12361µs2184µs
# spent 96µs (8+88) within MooseX::AttributeHelpers::Counter::BEGIN@12 which was called # once (8µs+88µs) by MooseX::AttributeHelpers::BEGIN@23 at line 12
no Moose;
# spent 96µs making 1 call to MooseX::AttributeHelpers::Counter::BEGIN@12 # spent 88µs making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:478]
13
14# register the alias ...
15package # hide me from search.cpan.org
16 Moose::Meta::Attribute::Custom::Counter;
17sub register_implementation { 'MooseX::AttributeHelpers::Counter' }
18
19130µs1;
20
21__END__
22
23=pod
24
25=head1 NAME
26
27MooseX::AttributeHelpers::Counter
28
29=head1 METHODS
30
31=over 4
32
33=item B<meta>
34
35=item B<method_provider>
36
37=item B<has_method_provider>
38
39=item B<helper_type>
40
41=item B<process_options_for_provides>
42
43Run before its superclass method.
44
45=item B<check_provides_values>
46
47Run after its superclass method.
48
49=back
50
51=head1 BUGS
52
53All complex software has bugs lurking in it, and this module is no
54exception. If you find a bug please either email me, or add the bug
55to cpan-RT.
56
57=head1 AUTHOR
58
59Stevan Little E<lt>stevan@iinteractive.comE<gt>
60
61=head1 COPYRIGHT AND LICENSE
62
63Copyright 2007-2009 by Infinity Interactive, Inc.
64
65L<http://www.iinteractive.com>
66
67This library is free software; you can redistribute it and/or modify
68it under the same terms as Perl itself.
69
70=cut
71