← 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:22:28 2010

File /usr/local/lib/perl5/site_perl/5.10.1/MooseX/AttributeHelpers/Meta/Method/Provided.pm
Statements Executed 8
Statement Execution Time 95µs
Subroutines — ordered by exclusive time
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11114µs2.11msMooseX::AttributeHelpers::Meta::Method::Provided::::BEGIN@3MooseX::AttributeHelpers::Meta::Method::Provided::BEGIN@3
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::Meta::Method::Provided;
3371µs24.21ms
# spent 2.11ms (14µs+2.10) within MooseX::AttributeHelpers::Meta::Method::Provided::BEGIN@3 which was called # once (14µs+2.10ms) by MooseX::AttributeHelpers::BEGIN@10 at line 3
use Moose;
4
51600nsour $VERSION = '0.23';
6116µs$VERSION = eval $VERSION;
71300nsour $AUTHORITY = 'cpan:STEVAN';
8
912µs1412µsextends 'Moose::Meta::Method';
# spent 412µs making 1 call to Moose::extends
10
1116µs1;
12
13__END__
14
15=pod
16
17=head1 NAME
18
19MooseX::AttributeHelpers::Meta::Method::Provided
20
21=head1 DESCRIPTION
22
23This is an extension of Moose::Meta::Method to mark I<provided> methods.
24
25=head1 METHODS
26
27=over 4
28
29=item B<meta>
30
31=back
32
33=head1 BUGS
34
35All complex software has bugs lurking in it, and this module is no
36exception. If you find a bug please either email me, or add the bug
37to cpan-RT.
38
39=head1 AUTHOR
40
41Stevan Little E<lt>stevan@iinteractive.comE<gt>
42
43=head1 COPYRIGHT AND LICENSE
44
45Copyright 2007-2009 by Infinity Interactive, Inc.
46
47L<http://www.iinteractive.com>
48
49This library is free software; you can redistribute it and/or modify
50it under the same terms as Perl itself.
51
52=cut