blob: 57c78903ec0a785fa52d67bc1946c193edc9f216 [file] [log] [blame]
.. _api-support:
Use the ITT/JIT APIs
====================
This section describes how you use ITT/JIT APIs with various environments.
The ITT/JIT APIs are a set of C/C++ functions and use no Java* or .NET* code.
For support with your runtime environment, use a Java Native Interface (JNI)
or C/C++ function call from the managed code.
C/C++ API Usage and Reference:
------------------------------
.. toctree::
:maxdepth: 1
itt-api-support
jit-api-support
Other Language API Bindings:
----------------------------
.. toctree::
:maxdepth: 1
Rust ITT API Bindings <https://docs.rs/ittapi/latest/ittapi>
Python ITT API Bindings <https://pypi.org/project/ittapi>