- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi everyone. I have a small question and wonder if I would get help here. How is instrumentation done in Intel Thread Checker?
コピーされたリンク
6 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi Mechanix -
Please also post your question in our Threading for Desktop and Server Forum: www.intel.com/IDS/forums/threading.
Best, Irena
Please also post your question in our Threading for Desktop and Server Forum: www.intel.com/IDS/forums/threading.
Best, Irena
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thanks for the suggestions burningstar and Irena, truly this forum rocks!
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Can you tell me the difference between source and binary instrumentation?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Burningstar, thank you for all the information, appreciate your effort. One final question.. Which is better - source or binary instrumentation?
