Profiling a fork() program

warspir warspir at gmail.com
Mon Jun 12 22:51:24 EDT 2006


Hi

I am trying to get a profile of a program using the profile module. The
program itself has some fork() call in the code, but my profile.run() is
placed before that fork() call.

My question is will the profiler be able to pickup the execution of the
child and parent processes? Or just one of those?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20060612/7c454de2/attachment.html>


More information about the Python-list mailing list