nikolaus has asked for the wisdom of the Perl Monks concerning the following question:
interpreter = perl_alloc( ); perl_construct(interpreter); perl_parse(interpreter, xs_init, argc, argv, NULL); perl_run(interpreter); // Install signal handlers et al. eval_pv(my_code); // doesn't get profiled, can't debug perl_destruct(interpreter); perl_free(interpreter);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Profiling Embedded Perl
by BrowserUk (Patriarch) on Jan 07, 2004 at 04:49 UTC | |
by Anonymous Monk on Jan 07, 2004 at 15:25 UTC | |
by BrowserUk (Patriarch) on Jan 07, 2004 at 16:02 UTC | |
by nikolaus (Novice) on Jan 07, 2004 at 17:23 UTC | |
|
Re: Profiling Embedded Perl
by nikolaus (Novice) on Jan 07, 2004 at 17:19 UTC |