Current execution frame of another thread?

skip at pobox.com skip at pobox.com
Thu Nov 17 10:15:22 EST 2005


I would like to try a sampling approach to profiling.  My thought is to have
a profiling thread that samples the execution frame of all the other
started threads.  I don't see any path from the threads returned by
threading.enumerate() to their current frames.  Am I missing something?

Thx,

Skip




More information about the Python-list mailing list