Provided by: liblog-report-perl_1.13-1_all bug

NAME

       Log::Report::DBIC::Profiler - query profiler for DBIx::Class

INHERITANCE

        Log::Report::DBIC::Profiler
          is a DBIx::Class::Storage::Statistics

SYNOPSIS

         use Log::Report::DBIC::Profiler;
         $schema->storage->debugobj(Log::Report::DBIC::Profiler->new);
         $schema->storage->debug(1);

         # And maybe (if no exceptions expected from DBIC)
         $schema->exception_action(sub { panic @_ });

         # Log to syslog
         use Log::Report;
         dispatcher SYSLOG => 'myapp'
           , identity => 'myapp'
           , facility => 'local0'
           , flags    => "pid ndelay nowait"
           , mode     => 'DEBUG';

DESCRIPTION

       This profile will log DBIx::Class queries via Log::Report to a selected back-end (via a
       dispatcher, see Log::Report::Dispatcher)

SEE ALSO

       This module is part of Log-Report distribution version 1.13, built on February 03, 2016.
       Website: http://perl.overmeer.net/log-report/

LICENSE

       Copyrights 2007-2016 by [Mark Overmeer]. For other contributors see ChangeLog.

       This program is free software; you can redistribute it and/or modify it under the same
       terms as Perl itself.  See http://www.perl.com/perl/misc/Artistic.html