This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: threaded profiler.
Type: Stage:
Components: Demos and Tools Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: fdrake Nosy List: amila, fdrake, jhylton, loewis
Priority: normal Keywords: patch

Created on 2001-02-23 15:21 by amila, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
None amila, 2001-02-23 15:21 None
Messages (5)
msg35833 - (view) Author: Amila Fernando (amila) Date: 2001-02-23 15:21
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). 
msg35834 - (view) Author: Jeremy Hylton (jhylton) (Python triager) Date: 2001-05-09 16:11
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.
msg35835 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2001-07-04 04:27
Logged In: YES 
user_id=3066

Assigned to me since I've been digging into the profiling
support lately.
msg35836 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-03-09 10:47
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.
msg35837 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-04-14 10:35
Logged In: YES 
user_id=21627

Since there has been no further comments on this issue, I
reject this patch.
History
Date User Action Args
2022-04-10 16:03:46adminsetgithub: 33996
2001-02-23 15:21:32amilacreate