Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Is there a simple perl utility or program similar to Oracle's dbms_profiler?
Module Benchmark is part of the core perl distribution, you can use that
for simple benchmarking.
The CPAN has several profilers. Devel::SmallProf is a nice per-line profiler. You would invoke it like so: perl -d:SmallProf myscript.pl and it will dump profiling information into smallprof.out. Or search the CPAN for other profilers that may be more useful to you.
Hi:
I have a perl program which calls lots of subroutines, and plus it calls
sqls through DBI/DBD. I am wondering if there are some utilities or
programs
similar to Oracle's dbms_profiler that I could use to identify parts that
are heavy-hitters?
TIA. Guang
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: gmei INET: gmei_at_incyte.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Tue Jun 03 2003 - 16:49:56 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Philip Douglass INET: philipd_at_sirs.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).