bowei_99 has asked for the wisdom of the Perl Monks concerning the following question:
Even running with the -F option, I still get some errors like that, although I do get a table of performance data, as expected. Any thoughts on why I'm getting those errors? I checked in the manpage, and there's nothing about unstacked calls or exit time stamps.> perl -d:DProf app.pl ... output of script here... > dprofpp tmon.out main::ProcessMinorFrames has 1 unstacked calls in outer Exporter::export_to_level has -1 unstacked calls in outer main::ProcessFile has 1 unstacked calls in outer Exporter::export has -1 unstacked calls in outer AutoLoader::AUTOLOAD has -1 unstacked calls in outer Exporter::Heavy::heavy_export_to_level has 1 unstacked calls in outer DynaLoader::dl_findfile has 1 unstacked calls in outer main::CalculateCRCInfo has 1 unstacked calls in outer Exporter::Heavy::heavy_export has 1 unstacked calls in outer main::ProcessDir has 1 unstacked calls in outer Garbled profile is missing some exit time stamps: main::ProcessDir main::ProcessFile main::ProcessMinorFrames main::CalculateCRCInfo Try rerunning dprofpp with -F.
-- Burvil
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Errors when using DProf to profile
by BrowserUk (Patriarch) on Mar 29, 2006 at 06:35 UTC | |
by bowei_99 (Friar) on Mar 29, 2006 at 16:49 UTC | |
by BrowserUk (Patriarch) on Mar 29, 2006 at 17:26 UTC | |
|
Re: Errors when using DProf to profile
by QM (Parson) on Mar 29, 2006 at 02:41 UTC | |
by salva (Canon) on Mar 29, 2006 at 07:37 UTC | |
by QM (Parson) on Mar 29, 2006 at 14:36 UTC | |
by doc_faustroll (Scribe) on Mar 30, 2006 at 16:26 UTC | |
by QM (Parson) on Mar 30, 2006 at 16:54 UTC | |
|
Re: Errors when using DProf to profile
by aufflick (Deacon) on Mar 30, 2006 at 12:41 UTC |