File tree 1 file changed +3
-0
lines changed
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[] =
179
179
" interpreter displays tracebacks. (-X no_debug_ranges)\n"
180
180
"PYTHONNOUSERSITE: disable user site directory (-s)\n"
181
181
"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"
182
184
"PYTHONPYCACHEPREFIX: root directory for bytecode cache (pyc) files\n"
183
185
" (-X pycache_prefix)\n"
184
186
"PYTHONSAFEPATH : don't prepend a potentially unsafe path to sys.path.\n"
187
+ "PYTHONTRACEMALLOC: trace Python memory allocations (-X tracemalloc)\n"
185
188
"PYTHONUNBUFFERED: disable stdout/stderr buffering (-u)\n"
186
189
"PYTHONUTF8 : if set to 1, enable the UTF-8 mode (-X utf8)\n"
187
190
"PYTHONVERBOSE : trace import statements (-v)\n"
You can’t perform that action at this time.
0 commit comments