Skip to content

qttools.profiling#

[docs] package qttools.profiling

1
2
3
4
# Copyright (c) 2024-2026 ETH Zurich and the authors of the qttools package.
from qttools.profiling.profiler import Profiler

__all__ = ["Profiler"]