in reply to Profiling forking code?
From the documentation:
...
You can supply a callback which will be called at END time.
This code reference will be passed a hash containing all the
caller information in the form of a hash. Your callback routine
can the do whatever it wishes with this information.
So, my suggestion would be to fix up the callback so that it writes to different places for each forked child.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Profiling forking code?
by RMGir (Prior) on Jan 13, 2003 at 19:45 UTC | |
|
Re: Re: Profiling forking code?
by BrowserUk (Patriarch) on Jan 13, 2003 at 19:54 UTC |