[ bianca ]
[ 源代码: libdbix-profile-perl ]
软件包:libdbix-profile-perl(1.0-7)
libdbix-profile-perl 的相关链接
下载源码包 libdbix-profile-perl:
- [libdbix-profile-perl_1.0-7.debian.tar.xz]
- [libdbix-profile-perl_1.0-7.dsc]
- [libdbix-profile-perl_1.0.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
DBI query profiler
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).
其他与 libdbix-profile-perl 有关的软件包
|
|
|
|
-
- dep: libdbi-perl
- Perl Database Interface (DBI)
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language