cpython/Lib/profiling/tracing/__main__.py

7 lines
129 B
Python
Raw Normal View History

2025-08-27 17:52:50 +01:00
"""Run the tracing profiler from the command line."""
from profiling.tracing import main
if __name__ == '__main__':
main()