File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -408,11 +408,11 @@ Miscellaneous options
408408 * ``-X showalloccount `` to output the total count of allocated objects for
409409 each type when the program finishes. This only works when Python was built with
410410 ``COUNT_ALLOCS `` defined.
411- * ``-X importtime `` to show how long each import takes. It shows module name,
412- cumulative time (including nested imports) and self time (exluding nested
413- imports). Note that its output may be broken in multi threaded application.
414- Typical usage is ``python3 -X importtime -c 'import asyncio' ``. See also
415- :envvar: `PYTHONPROFILEIMPORTTIME `.
411+ * ``-X importtime `` to show how long each import takes. It shows module
412+ name, cumulative time (including nested imports) and self time (excluding
413+ nested imports). Note that its output may be broken in multi- threaded
414+ application. Typical usage is ``python3 -X importtime -c 'import
415+ asyncio' ``. See also :envvar: `PYTHONPROFILEIMPORTTIME `.
416416
417417 It also allows passing arbitrary values and retrieving them through the
418418 :data: `sys._xoptions ` dictionary.
You can’t perform that action at this time.
0 commit comments