mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
204 B
ReStructuredText
3 lines
204 B
ReStructuredText
When built with ``-enable-pystats``, ``sys._stats_on()``,
|
|
``sys._stats_off()``, ``sys._stats_clear()`` and ``sys._stats_dump()``
|
|
functions have been added to enable gathering stats for parts of programs.
|