Skip to content

Commit

Permalink
Add section about pyitt
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Nov 4, 2024
1 parent d56eba6 commit ad9a7ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ Call `itt_pt_region_end()` on same thread to end current pt region instance.
* [Intel Distribution for Python](https://software.intel.com/en-us/intel-distribution-for-python)
* [ITT Task API Reference](https://software.intel.com/en-us/node/544206)

## Related projects

Intel(R) Instrumentation and Tracing API [project](https://github.com/intel/ittapi) now provides Python bindings
in [pyitt](https://pypi.org/project/pyitt/) package available on PyPI. It provides `pyitt.compatibility_layers.itt_python`
submodule which fully implements the public API of itt-python.

Users of `itt` are advised to transition to using `pyitt`.

## Thanks

Expand Down

0 comments on commit ad9a7ed

Please sign in to comment.