| File | /usr/lib/perl5/vendor_perl/5.10.1/Epoll/View/Ajax.pm |
| Statements Executed | 14 |
| Statement Execution Time | 636µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 218µs | 232µs | Epoll::View::Ajax::BEGIN@3 |
| 1 | 1 | 1 | 40µs | 53µs | Epoll::View::Ajax::BEGIN@7 |
| 1 | 1 | 1 | 35µs | 104µs | Epoll::View::Ajax::BEGIN@4 |
| 1 | 1 | 1 | 31µs | 224µs | Epoll::View::Ajax::BEGIN@5 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Epoll::View::Ajax; | ||||
| 2 | |||||
| 3 | 3 | 264µs | 2 | 246µ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 # spent 232µs making 1 call to Epoll::View::Ajax::BEGIN@3
# spent 14µs making 1 call to strict::import |
| 4 | 3 | 93µs | 2 | 172µ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 # spent 104µs making 1 call to Epoll::View::Ajax::BEGIN@4
# spent 69µs making 1 call to warnings::import |
| 5 | 3 | 86µs | 2 | 417µ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 # spent 224µs making 1 call to Epoll::View::Ajax::BEGIN@5
# spent 193µs making 1 call to base::import |
| 6 | |||||
| 7 | 3 | 140µs | 2 | 66µ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 # spent 53µs making 1 call to Epoll::View::Ajax::BEGIN@7
# spent 13µs making 1 call to Catalyst::import |
| 8 | |||||
| 9 | 1 | 35µs | 2 | 6.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 | |||||
| 18 | Epoll::View::Ajax - Catalyst View | ||||
| 19 | |||||
| 20 | =head1 DESCRIPTION | ||||
| 21 | |||||
| 22 | Catalyst View. | ||||
| 23 | |||||
| 24 | =head1 AUTHOR | ||||
| 25 | |||||
| 26 | Olivier Thauvin | ||||
| 27 | |||||
| 28 | =head1 LICENSE | ||||
| 29 | |||||
| 30 | This library is free software. You can redistribute it and/or modify | ||||
| 31 | it under the same terms as Perl itself. | ||||
| 32 | |||||
| 33 | =cut | ||||
| 34 | |||||
| 35 | 1 | 19µs | 1; |