commit | 56f6a4f225140e98bc3333cdf913c5043ff97538 | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Fri Jun 18 02:47:22 2004 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Fri Jun 18 02:47:22 2004 +0000 |
tree | eb4d43272108bab542673a6768bfef1e50b6f5d9 | |
parent | 964c798a94a77eda6cc61f7530d71b8c32f25a3e [diff] [blame] |
allow developers to more easily build a profiling version of the interpreter and modules by configuring with the --enable-profiling flag.
diff --git a/Misc/NEWS b/Misc/NEWS index 873022a..3619c47 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -515,6 +515,9 @@ 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.