Brian Quinlan <[EMAIL PROTECTED]> writes on Thu, 15 Jun 2006 10:36:26 +0200:
> I have a misinformed theory that I'd like to share with the list.
>
> I believe that profiler calibration no longer makes sense in Python
> 2.4 because C functions are tracked and they have a different call
> overhead t
I have a misinformed theory that I'd like to share with the list.
I believe that profiler calibration no longer makes sense in Python 2.4
because C functions are tracked and they have a different call overhead
than Python functions (and calibration is done only using Python
functions). Here is