Software Archive
Read-only legacy content
17061 ディスカッション

Instrumentation

Intel_C_Intel
従業員
1,065件の閲覧回数
Hi everyone. I have a small question and wonder if I would get help here. How is instrumentation done in Intel Thread Checker?
0 件の賞賛
6 返答(返信)
Intel_C_Intel
従業員
1,065件の閲覧回数
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_R_Intel
従業員
1,065件の閲覧回数
Hi Mechanix -
Please also post your question in our Threading for Desktop and Server Forum: www.intel.com/IDS/forums/threading.


Best, Irena
Intel_C_Intel
従業員
1,065件の閲覧回数
Thanks for the suggestions burningstar and Irena, truly this forum rocks!
Intel_C_Intel
従業員
1,065件の閲覧回数
Can you tell me the difference between source and binary instrumentation?
Intel_C_Intel
従業員
1,065件の閲覧回数
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.
Intel_C_Intel
従業員
1,065件の閲覧回数
Burningstar, thank you for all the information, appreciate your effort. One final question.. Which is better - source or binary instrumentation?
返信