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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to