Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
3c56f9e2ccefa4eb420902339845f22659d47f3b
/
.
/
Lib
/
profiling
/
tracing
/
__main__.py
blob: 95041d1368b1655f8a0116b3d46a1b4d1db29bf4 [
file
] [
log
] [
blame
]
"""Run the tracing profiler from the command line."""
from
profiling
.
tracing
import
main
if
__name__
==
'__main__'
:
main
()