File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -174,9 +174,11 @@ static const char usage_envvars[] =
174174" interpreter displays tracebacks. (-X no_debug_ranges)\n"
175175"PYTHONNOUSERSITE: disable user site directory (-s)\n"
176176"PYTHONOPTIMIZE : enable level 1 optimizations (-O)\n"
177+ "PYTHONPROFILEIMPORTTIME: show how long each import takes (-X importtime)\n"
177178"PYTHONPYCACHEPREFIX: root directory for bytecode cache (pyc) files\n"
178179" (-X pycache_prefix)\n"
179180"PYTHONSAFEPATH : don't prepend a potentially unsafe path to sys.path.\n"
181+ "PYTHONTRACEMALLOC: trace Python memory allocations (-X tracemalloc)\n"
180182"PYTHONUNBUFFERED: disable stdout/stderr buffering (-u)\n"
181183"PYTHONUTF8 : if set to 1, enable the UTF-8 mode (-X utf8)\n"
182184"PYTHONVERBOSE : trace import statements (-v)\n"
You can’t perform that action at this time.
0 commit comments