ittapi

Intel ITT and JIT API for performance analysis and instrumentation

brewmacoslinux
Try with needOr install directly
Source

About

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

Commands

ittapi

Examples

Include ITT headers in C/C++ code for performance instrumentation$ gcc -I$(brew --prefix ittapi)/include myprogram.c -o myprogram
Link against ITT libraries for runtime tracing support$ gcc myprogram.c -L$(brew --prefix ittapi)/lib -littnotify -o myprogram
View installed ITT API headers and documentation$ ls $(brew --prefix ittapi)/include