Skip to content

akhramov/ittapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intel® Instrumentation and Tracing Technology (ITT) and Just-In-Time (JIT) API

This ITT/JIT open source profiling API includes:

  • Instrumentation and Tracing Technology (ITT) API
  • Just-In-Time (JIT) Profiling API

The Instrumentation and Tracing Technology (ITT) API enables your application to generate and control the collection of trace data during its execution across different Intel tools.

ITT API consists of two parts: a static part and a dynamic part. The dynamic part is specific for a tool and distributed only with a particular tool. The static part is a common part shared between tools. Currently, the static part of ITT API is distributed as a static library and released under a BSD/GPLv2 dual license with every tool supporting ITT API.

Build

To build the library:

  • On Windows, Linux, FreeBSD and OSX: requires cmake to be set in PATH
  • Windows: requires Visual Studio installed or requires Ninja to be set in PATH
  • To list available build options execute: python buildall.py -h
usage: buildall.py [-h] [-d] [-c] [-v] [-pt] [--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
  --force_bits   specify bit version for the target

License

All code in the repo is dual licensed under GPLv2 and 3-Clause BSD licenses

About

Intel® Instrumentation and Tracing Technology (ITT) and Just-In-Time (JIT) API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 44.0%
  • Rust 41.3%
  • Fortran 8.5%
  • Assembly 5.0%
  • Python 0.6%
  • CMake 0.4%
  • Other 0.2%