[Patches] [ python-Patches-403972 ] threaded profiler.

noreply@sourceforge.net noreply@sourceforge.net
Sat, 09 Mar 2002 02:47:35 -0800


Patches item #403972, was opened at 2001-02-23 16:21
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=403972&group_id=5470

Category: Demos and tools
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Amila Fernando (amila)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: threaded profiler.

Initial Comment:
Basically a profiler that can handle threaded programs and generate
profiling snapshots. It does however have some situations it cannot handle well . (see included README for details). 

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2002-03-09 11:47

Message:
Logged In: YES 
user_id=21627

I recommend to reject this patch. Since it is pure-Python,
it is probably more suited as a stand-alone package.

For inclusion into Python, trying to hook into thread
creation is a hack, IMO, there are certainly ways to cheat
that technique.

----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-04 06:27

Message:
Logged In: YES 
user_id=3066

Assigned to me since I've been digging into the profiling
support lately.

----------------------------------------------------------------------

Comment By: Jeremy Hylton (jhylton)
Date: 2001-05-09 18:11

Message:
Logged In: YES 
user_id=31392

Perhaps you could share this on comp.lang.python and see if
people can help you fix the situations it doesn't handle
well.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=403972&group_id=5470