8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a8a0c commit 4506bbeCopy full SHA for 4506bbe
Doc/using/configure.rst
@@ -131,6 +131,17 @@ General Options
131
132
.. versionadded:: 3.11
133
134
+.. cmdoption:: --enable-pystats
135
+
136
+ Turn on internal statistics gathering.
137
138
+ The statistics will be dumped to a arbitrary (probably unique) file in
139
+ ``/tmp/py_stats/``, or ``C:\temp\py_stats\`` on Windows.
140
141
+ Use ``Tools//summarize_stats.py`` to read the stats.
142
143
+ .. versionadded:: 3.11
144
145
146
Install Options
147
---------------
Tools/scripts/summarize_specialization_stats.py renamed to Tools/scripts/summarize_stats.py
0 commit comments