in reply to Re: Re: Profiling Embedded Perl
in thread Profiling Embedded Perl

Okay. T'was just something that stood out.

Just another thought, but would it be easier to profile the code your eval'ing, from a standard perl script rather via embedded perl?


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
Hooray!

Replies are listed 'Best First'.
Re: Re: Re: Re: Profiling Embedded Perl
by nikolaus (Novice) on Jan 07, 2004 at 17:23 UTC
    I wish, but no. The code has callbacks into C++, so we're going C++->Perl->XS->C++. In essence, we're using perl as a scripting language in our app. Doesn't work too well w/o the app ;)

    Thanks for your help, tho.

    -nik