← Index
NYTProf Performance Profile   « block view • line view • sub view »
For /usr/bin/epoll_server.pl
  Run on Wed Jan 5 05:34:33 2011
Reported on Wed Jan 5 05:41:02 2011

File /usr/lib/perl5/vendor_perl/5.10.1/Catalyst/Model.pm
Statements Executed 9
Statement Execution Time 327µs
Subroutines — ordered by exclusive time
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11160µs14.3msCatalyst::Model::::BEGIN@3Catalyst::Model::BEGIN@3
11135µs506µsCatalyst::Model::::BEGIN@6Catalyst::Model::BEGIN@6
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Catalyst::Model;
2
33154µs228.6ms
# spent 14.3ms (60µs+14.3) within Catalyst::Model::BEGIN@3 which was called # once (60µs+14.3ms) by base::import at line 3
use Moose;
# spent 14.3ms making 1 call to Catalyst::Model::BEGIN@3 # spent 14.3ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:389]
419µs11.88msextends qw/Catalyst::Component/;
# spent 1.88ms making 1 call to Moose::extends
5
63112µs2977µs
# spent 506µs (35+471) within Catalyst::Model::BEGIN@6 which was called # once (35µs+471µs) by base::import at line 6
no Moose;
# spent 506µs making 1 call to Catalyst::Model::BEGIN@6 # spent 471µs making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:478]
7
8=head1 NAME
9
10Catalyst::Model - Catalyst Model base class
11
12=head1 SYNOPSIS
13
14See L<Catalyst>.
15
16=head1 DESCRIPTION
17
18Catalyst Model base class.
19
20=head1 METHODS
21
22Implements the same methods as other Catalyst components, see
23L<Catalyst::Component>
24
25=head1 AUTHORS
26
27Catalyst Contributors, see Catalyst.pm
28
29=head1 COPYRIGHT
30
31This library is free software. You can redistribute it and/or modify it under
32the same terms as Perl itself.
33
34=cut
35
36121µs217.3ms__PACKAGE__->meta->make_immutable;
# spent 17.3ms making 1 call to Class::MOP::Class::make_immutable # spent 42µs making 1 call to Catalyst::Model::meta
37
38131µs1;