1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: Spelling errors
Author: Ivan Kohler <ivan@debian.org>
Bug: https://rt.cpan.org/Ticket/Display.html?id=82215
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82215
Reviewed-By: Xavier Guimard <x.guimard@free.fr>
Last-Update: 2012-12-25
--- a/Profile.pm
+++ b/Profile.pm
@@ -64,10 +64,10 @@
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, cput time) for each function on the query.
+ (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
+ 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
|