
Catalyst::Plugin::DBIC::Schema::Profiler - Profile time query took with DBIC::Schema in your Catalyst application.

# MyApp.pm
use Catalyst qw/
...
DBIC::Schema::Profiler # Load this plugin.
...
/;
# myapp.yml
DBIC::Schema::Profiler:
MODEL_NAME: DBIC

This plugin is only active in -Debug mode.

Ryuzo Yamamoto, <ryuzo.yamamoto@gmail.com>

Catalyst::Plugin::DBIC::Profiler, Catalyst

Copyright (C) 2006 by Yamamoto Ryuzo
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.