← 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:36:10 2011

File /usr/lib/perl5/vendor_perl/5.10.1/Epoll/View/Ajax.pm
Statements Executed 14
Statement Execution Time 636µs
Subroutines — ordered by exclusive time
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111218µs232µsEpoll::View::Ajax::::BEGIN@3Epoll::View::Ajax::BEGIN@3
11140µs53µsEpoll::View::Ajax::::BEGIN@7Epoll::View::Ajax::BEGIN@7
11135µs104µsEpoll::View::Ajax::::BEGIN@4Epoll::View::Ajax::BEGIN@4
11131µs224µsEpoll::View::Ajax::::BEGIN@5Epoll::View::Ajax::BEGIN@5
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Epoll::View::Ajax;
2
33264µs2246µs
# spent 232µs (218+14) within Epoll::View::Ajax::BEGIN@3 which was called # once (218µs+14µs) by Catalyst::Utils::ensure_class_loaded at line 3
use strict;
# spent 232µs making 1 call to Epoll::View::Ajax::BEGIN@3 # spent 14µs making 1 call to strict::import
4393µs2172µs
# spent 104µs (35+69) within Epoll::View::Ajax::BEGIN@4 which was called # once (35µs+69µs) by Catalyst::Utils::ensure_class_loaded at line 4
use warnings;
# spent 104µs making 1 call to Epoll::View::Ajax::BEGIN@4 # spent 69µs making 1 call to warnings::import
5386µs2417µs
# spent 224µs (31+193) within Epoll::View::Ajax::BEGIN@5 which was called # once (31µs+193µs) by Catalyst::Utils::ensure_class_loaded at line 5
use base 'Catalyst::View::TT';
# spent 224µs making 1 call to Epoll::View::Ajax::BEGIN@5 # spent 193µs making 1 call to base::import
6
73140µs266µs
# spent 53µs (40+13) within Epoll::View::Ajax::BEGIN@7 which was called # once (40µs+13µs) by Catalyst::Utils::ensure_class_loaded at line 7
use Epoll;
# spent 53µs making 1 call to Epoll::View::Ajax::BEGIN@7 # spent 13µs making 1 call to Catalyst::import
8
9135µs26.83ms__PACKAGE__->config(
# spent 5.79ms making 1 call to Catalyst::Component::config # spent 1.04ms making 1 call to Catalyst::path_to
10 TEMPLATE_EXTENSION => '.tt',
11 INCLUDE_PATH => Epoll->path_to( 'root', 'templates' ),
12 PLUGIN_BASE => 'Epoll::Template::Plugin',
13 PRE_PROCESS => [ 'includes/loc.tt', ],
14);
15
16=head1 NAME
17
18Epoll::View::Ajax - Catalyst View
19
20=head1 DESCRIPTION
21
22Catalyst View.
23
24=head1 AUTHOR
25
26Olivier Thauvin
27
28=head1 LICENSE
29
30This library is free software. You can redistribute it and/or modify
31it under the same terms as Perl itself.
32
33=cut
34
35119µs1;