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 @@ -310,15 +310,18 @@ static const char usage_envvars[] =
310
310
" interpreter displays tracebacks. (-X no_debug_ranges)\n"
311
311
"PYTHONNOUSERSITE: disable user site directory (-s)\n"
312
312
"PYTHONOPTIMIZE : enable level 1 optimizations (-O)\n"
313
+ "PYTHONPERFSUPPORT: support the Linux \"perf\" profiler (-X perf)\n"
313
314
#ifdef Py_DEBUG
314
315
"PYTHON_PRESITE=pkg.mod: import this module before site.py is run (-X presite)\n"
315
316
#endif
317
+ "PYTHONPROFILEIMPORTTIME: show how long each import takes (-X importtime)\n"
316
318
"PYTHONPYCACHEPREFIX: root directory for bytecode cache (pyc) files\n"
317
319
" (-X pycache_prefix)\n"
318
320
"PYTHONSAFEPATH : don't prepend a potentially unsafe path to sys.path.\n"
319
321
#ifdef Py_STATS
320
322
"PYTHONSTATS : turns on statistics gathering (-X pystats)\n"
321
323
#endif
324
+ "PYTHONTRACEMALLOC: trace Python memory allocations (-X tracemalloc)\n"
322
325
"PYTHONUNBUFFERED: disable stdout/stderr buffering (-u)\n"
323
326
"PYTHONUTF8 : if set to 1, enable the UTF-8 mode (-X utf8)\n"
324
327
"PYTHONVERBOSE : trace import statements (-v)\n"
You can’t perform that action at this time.
0 commit comments