commit | f30d60edbc0d5047a2fdd01e25868e4b814107e2 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Jun 08 08:17:44 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Jun 08 08:17:44 2004 +0000 |
tree | 426daf743461139871a9c8b79aa8f63b5f79ccf6 | |
parent | d68d3ee3dd504661a6f5b0f5810211fef814b919 [diff] [blame] |
Patch #510695: Add TSC profiling for the VM.
diff --git a/README b/README index 9997ea2..f020d3a 100644 --- a/README +++ b/README
@@ -1026,6 +1026,7 @@ 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) -------------------------------------------------------------