Intel ITT and JIT API for performance analysis and instrumentation
Intel Instrumentation and Tracing Technology (ITT) and Just-In-Time (JIT) API
ittapi$ gcc -I$(brew --prefix ittapi)/include myprogram.c -o myprogram$ gcc myprogram.c -L$(brew --prefix ittapi)/lib -littnotify -o myprogram$ ls $(brew --prefix ittapi)/include