Instrumentation

Instrumentation

Community Admin's picture

Hi everyone. I have a small question and wonder if I would get help here. How is instrumentation done in Intel Thread Checker?

7 posts / 0 new
Last post
For more complete information about compiler optimizations, see our Optimization Notice.
Community Admin's picture

Intel Thread Checker instruments software before tracing it to find errors. Instrumentation adds benign Intel Thread Checker library calls into the software to be traced. The Intel Thread Checker library calls record information about threads in order to find possible errors. There are two different kinds of instrumentation: source and binary instrumentation.

Irena Rogovsky (Intel)'s picture

Hi Mechanix -
Please also post your question in our Threading for Desktop and Server Forum: www.intel.com/IDS/forums/threading.


Best, Irena

Community Admin's picture

Thanks for the suggestions burningstar and Irena, truly this forum rocks!

Community Admin's picture

Can you tell me the difference between source and binary instrumentation?

Community Admin's picture

Source instrumentation is added by the Intel C++ or Fortran Compiler when software is compiled with the -Qtcheck option. If your software uses OpenMP threading, then you should always use source instrumentation with Intel Thread Checker.

Binary instrumentation is done automatically when you run an Intel Thread Checker activity in the Intel VTune Performance Analyzer environment. Binary instrumentation can be used for software compiled with the Intel compiler, or the Microsoft C++ Visual compiler.

Community Admin's picture

Burningstar, thank you for all the information, appreciate your effort. One final question.. Which is better - source or binary instrumentation?

Login to leave a comment.