summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2004-06-18 02:47:22 (GMT)
committerSkip Montanaro <skip@pobox.com>2004-06-18 02:47:22 (GMT)
commit56f6a4f225140e98bc3333cdf913c5043ff97538 (patch)
treeeb4d43272108bab542673a6768bfef1e50b6f5d9 /Misc
parent964c798a94a77eda6cc61f7530d71b8c32f25a3e (diff)
downloadcpython-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')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 873022a..3619c47 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.