diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-06-08 08:17:44 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-06-08 08:17:44 (GMT) |
commit | f30d60edbc0d5047a2fdd01e25868e4b814107e2 (patch) | |
tree | 426daf743461139871a9c8b79aa8f63b5f79ccf6 /pyconfig.h.in | |
parent | d68d3ee3dd504661a6f5b0f5810211fef814b919 (diff) | |
download | cpython-f30d60edbc0d5047a2fdd01e25868e4b814107e2.zip cpython-f30d60edbc0d5047a2fdd01e25868e4b814107e2.tar.gz cpython-f30d60edbc0d5047a2fdd01e25868e4b814107e2.tar.bz2 |
Patch #510695: Add TSC profiling for the VM.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index fd4a124..8cb0cff 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -780,6 +780,9 @@ /* Define if you want to compile in rudimentary thread support */ #undef WITH_THREAD +/* Define to profile with the Pentium timestamp counter */ +#undef WITH_TSC + /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN |