diff options
Diffstat (limited to 'Misc/python.man')
-rw-r--r-- | Misc/python.man | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/python.man b/Misc/python.man index 3645b02..89a15a5 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -286,10 +286,6 @@ Set implementation specific option. The following options are available: traceback of a trace. Use -X tracemalloc=NFRAME to start tracing with a traceback limit of NFRAME frames - -X showalloccount: output the total count of allocated objects for each - type when the program finishes. This only works when Python was built with - COUNT_ALLOCS defined - -X importtime: show how long each import takes. It shows module name, cumulative time (including nested imports) and self time (excluding nested imports). Note that its output may be broken in multi-threaded |