Re: Possible inaccuracy in Python 2.4 when using profiler calibration

2006-06-16 Thread Dieter Maurer
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

Possible inaccuracy in Python 2.4 when using profiler calibration

2006-06-15 Thread Brian Quinlan
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