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[] =
174
174
" interpreter displays tracebacks. (-X no_debug_ranges)\n"
175
175
"PYTHONNOUSERSITE: disable user site directory (-s)\n"
176
176
"PYTHONOPTIMIZE : enable level 1 optimizations (-O)\n"
177
+ "PYTHONPROFILEIMPORTTIME: show how long each import takes (-X importtime)\n"
177
178
"PYTHONPYCACHEPREFIX: root directory for bytecode cache (pyc) files\n"
178
179
" (-X pycache_prefix)\n"
179
180
"PYTHONSAFEPATH : don't prepend a potentially unsafe path to sys.path.\n"
181
+ "PYTHONTRACEMALLOC: trace Python memory allocations (-X tracemalloc)\n"
180
182
"PYTHONUNBUFFERED: disable stdout/stderr buffering (-u)\n"
181
183
"PYTHONUTF8 : if set to 1, enable the UTF-8 mode (-X utf8)\n"
182
184
"PYTHONVERBOSE : trace import statements (-v)\n"
You can’t perform that action at this time.
0 commit comments