Issue403972
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:46 | admin | set | github: 33996 |
2001年02月23日 15:21:32 | amila | create |