classification
Title: "Limitations" section of profiler docs is incorrect
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: ncoghlan, rhettinger (2)
Priority: normal Keywords

Created on 2004-11-15 11:31 by ncoghlan, last changed 2004-12-19 20:33 by rhettinger.

Messages (2)
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
History
Date User Action Args
2004-11-15 11:31:29ncoghlancreate