libdbix-profile-perl

DBI query profiler

Description

DBIx::Profile is a quick and easy, and mostly transparent, profiler for scripts using DBI. It collects information on the query level, and keeps track of first, failed, normal, and total amounts (count, wall clock, CPU time) for each function on the query.

NOTE: DBIx::Profile use Time::HiRes to clock the wall time and
      the old standby times() to clock the CPU time. The CPU time is
      pretty coarse.

DBIx::Profile can also trace the execution of queries. It will print a timestamp and the query that was called. This is optional, and occurs only when the environment variable DBIXPROFILETRACE is set to 1. (ex: (bash) export DBIXPROFILETRACE=1).

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/DBIx-Profile


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libdbix-profile-perl