diff options
author | Skip Montanaro <skip@pobox.com> | 2004-06-18 02:47:22 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2004-06-18 02:47:22 (GMT) |
commit | 56f6a4f225140e98bc3333cdf913c5043ff97538 (patch) | |
tree | eb4d43272108bab542673a6768bfef1e50b6f5d9 /Misc/NEWS | |
parent | 964c798a94a77eda6cc61f7530d71b8c32f25a3e (diff) | |
download | cpython-56f6a4f225140e98bc3333cdf913c5043ff97538.zip cpython-56f6a4f225140e98bc3333cdf913c5043ff97538.tar.gz cpython-56f6a4f225140e98bc3333cdf913c5043ff97538.tar.bz2 |
allow developers to more easily build a profiling version of the interpreter
and modules by configuring with the --enable-profiling flag.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -515,6 +515,9 @@ Tools/Demos Build ----- +- Profiling using gprof is now available if Python is configured with + --enable-profiling. + - Profiling the VM using the Pentium TSC is now possible if Python is configured --with-tsc. |