Issue1066607
Created on 2004-11-15 11:31 by ncoghlan, last changed 2004-12-19 20:33 by rhettinger.
|
msg23156 - (view) |
Author: Nick Coghlan (ncoghlan) |
Date: 2004-11-15 11:31 |
|
From the Python 2.4 What's New:
"The profile module can now profile C extension functions."
The "Limitations" section of the profiler documentation
still indicates that time spent in C functions is
assigned to the calling Python function. Thanks to Nick
Bastin's work, this is no longer the case.
|
|
msg23157 - (view) |
Author: Raymond Hettinger (rhettinger) |
Date: 2004-12-19 20:33 |
|
Logged In: YES
user_id=80475
Fixed.
See Doc/libprofile.tex 1.50 and 1.48.2.1
|
|
| Date |
User |
Action |
Args |
| 2004-11-15 11:31:29 | ncoghlan | create | |
|