This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author complex
Recipients
Date 2004-07-31.10:50:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Using the hotspot module produces wrong timing data on
Intel P4 CPUs with HyperThreading (HT) support enabled.
For example:

Running tests...
..................................................
----------------------------------------------------------------------
Ran 50 tests in 1.782s

OK
Loading results...
Printing results...
         24087 function calls (23727 primitive calls)
in 5333.530 CPU seconds

The 50 tests run in 1.782 seconds, but the profiler
accumulates 5333.530 seconds.
History
Date User Action Args
2008-01-20 09:57:04adminlinkissue1001150 messages
2008-01-20 09:57:04admincreate