NAME

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

SYNOPSIS

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

  
  # myapp.yml
  DBIC::Schema::Profiler:
      MODEL_NAME: DBIC

DESCRIPTION

  This plugin is only active in -Debug mode.

AUTHOR

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

SEE ALSO

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

COPYRIGHT & LICENSE

Copyright (C) 2006-2010 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.