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

Thanks, but what I wrote was very pseudo code. I'm not having any trouble eval'ing perl code, just profiling it.

-nik

Replies are listed 'Best First'.
Re: Re: Re: Profiling Embedded Perl
by BrowserUk (Patriarch) on Jan 07, 2004 at 16:02 UTC

    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!

      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