Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> OT: question about DynaLoader::dl_load_file from perl profiler output

OT: question about DynaLoader::dl_load_file from perl profiler output

From: gmei <gmei_at_incyte.com>
Date: Wed, 11 Jun 2003 13:54:10 -0700
Message-ID: <F001.005AF89B.20030611133941@fatcity.com>


Hi:

I am using this command to profile a perl program on our unix box

/tools/bin/perl -d:DProf my_program.pl.

and then "dprofpp -u" to get the following:

Total Elapsed Time = 0.477847 Seconds

         User Time = 0.319582 Seconds
Exclusive Times
%Time ExclSec CumulS #Calls sec/call Csec/c Name

 49.7   0.159  0.295      6   0.0265 0.0491  main::BEGIN
 12.5   0.040  0.040      2   0.0200 0.0200  DynaLoader::dl_load_file
 6.26   0.020  0.020      1   0.0200 0.0200  DBD::Oracle::db::_login
 6.26   0.020  0.020      8   0.0025 0.0025  Exporter::export
 3.13   0.010  0.010      1   0.0100 0.0100  AutoLoader::AUTOLOAD
 3.13   0.010  0.010     94   0.0001 0.0001  DBI::_install_method
 3.13   0.010  0.017     46   0.0002 0.0004  DBI::db::prepare
 3.13   0.010  0.020      3   0.0033 0.0066  File::Spec::Unix::BEGIN
 3.13   0.010  0.009     48   0.0002 0.0002  DBI::_new_handle
 3.13   0.010  0.050      1   0.0100 0.0498  DBI::install_driver
 3.13   0.010  0.099      1   0.0099 0.0989  obsData::BEGIN
 0.00   0.000 -0.000      2   0.0000      -  DynaLoader::dl_load_flags
 0.00   0.000 -0.000      2   0.0000      -  DynaLoader::dl_undef_symbols
 0.00   0.000 -0.000      2   0.0000      -  DynaLoader::dl_find_symbol
 0.00   0.000 -0.000      2   0.0000      -  DynaLoader::dl_install_xsub

What is "DynaLoader::dl_load_file" corresponding to in my perl code? TIA.

Guang

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: gmei
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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). Received on Wed Jun 11 2003 - 15:54:10 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US