| commit | e8a6e760801eed19b5164c09913c9c413e64b856 | [log] [tgz] |
|---|---|---|
| author | Alexey Kireev <[email protected]> | Wed Oct 08 09:46:55 2025 |
| committer | GitHub <[email protected]> | Wed Oct 08 09:46:55 2025 |
| tree | bb28ce6771bf89ec43a7ee69a138a9acdeb7aa9d | |
| parent | ca45fef1a12cef3316e6ff362a4d36571270e392 [diff] |
doc: add Formatted Metadata API documentation (#185) * initial add of formatted metadata api documentation * add formatted metadata reference to task api page * small naming fix * Update docs/src/ittapi/formatted-metadata-api.rst * add documentation for formatted metadata in overlapped tasks --------- Co-authored-by: Evgeny Parshutin <[email protected]>
This repository contains the following profiling APIs:
The ITT/JIT APIs consist of two parts:
To build the library:
python buildall.py -husage: buildall.py [-h] [-d] [-c] [-v] [-pt] [-ft] [--force_bits] optional arguments: -h, --help show this help message and exit -d, --debug specify debug build configuration (release by default) -c, --clean delete any intermediate and output files -v, --verbose enable verbose output from build process -pt, --ptmark enable anomaly detection support -ft, --fortran enable fortran support --force_bits specify bit version for the target --vs specify visual studio version (Windows only) --cmake_gen specify cmake build generator (Windows only)
Find complete documentation for ITT/JIT APIs on the ITT/JIT APIs Documentation Page
All code in the repo is dual licensed under GPLv2 and 3-Clause BSD licenses
Learn how to contribute using our contribution guide
To report bugs or request enhancements, please use the Issues page on GitHub
To report vulnerabilities, refer to our security policy