This repository contains the following profiling APIs:
The ITT/JIT APIs consist of two parts:
To build the library:
python buildall.py -h
usage: 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