DriverTrac/venv/lib/python3.12/site-packages/triton/profiler/__init__.py
2025-11-28 09:08:33 +05:30

13 lines
284 B
Python

# ruff: noqa
from .scope import scope, cpu_timed_scope, enter_scope, exit_scope
from .state import state, enter_state, exit_state
from .profile import (
start,
activate,
deactivate,
finalize,
profile,
DEFAULT_PROFILE_NAME,
)
from . import context, specs, mode