File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -179,9 +179,12 @@ static const char usage_envvars[] =
179179" interpreter displays tracebacks. (-X no_debug_ranges)\n"
180180"PYTHONNOUSERSITE: disable user site directory (-s)\n"
181181"PYTHONOPTIMIZE : enable level 1 optimizations (-O)\n"
182+ "PYTHONPERFSUPPORT: support the Linux \"perf\" profiler (-X perf)\n"
183+ "PYTHONPROFILEIMPORTTIME: show how long each import takes (-X importtime)\n"
182184"PYTHONPYCACHEPREFIX: root directory for bytecode cache (pyc) files\n"
183185" (-X pycache_prefix)\n"
184186"PYTHONSAFEPATH : don't prepend a potentially unsafe path to sys.path.\n"
187+ "PYTHONTRACEMALLOC: trace Python memory allocations (-X tracemalloc)\n"
185188"PYTHONUNBUFFERED: disable stdout/stderr buffering (-u)\n"
186189"PYTHONUTF8 : if set to 1, enable the UTF-8 mode (-X utf8)\n"
187190"PYTHONVERBOSE : trace import statements (-v)\n"
You can’t perform that action at this time.
0 commit comments