summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-06-08 08:17:44 +0000
committerMartin v. Löwis <martin@v.loewis.de>2004-06-08 08:17:44 +0000
commit046431b8a0f10c5251244ea8e4158037545e13ef (patch)
treef87a088b7bdd5f7e638ce6e755af1bf155cb68ae /README
parentc7eb2571ad6e8a15623049257ffac01a9e7c3fc2 (diff)
downloadcpython-046431b8a0f10c5251244ea8e4158037545e13ef.tar.gz
Patch #510695: Add TSC profiling for the VM.
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 9997ea2c75..f020d3aa6c 100644
--- a/README
+++ b/README
@@ -1026,6 +1026,7 @@ Modules/getpath.o.
in files. Python code can open a file with open(file, 'U') to
read it in universal newline mode. THIS OPTION IS UNSUPPORTED.
+--with-tsc: Profile using the Pentium timestamping counter (TSC).
Building for multiple architectures (using the VPATH feature)
-------------------------------------------------------------