Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
4925 Discussions

Intel Thread Checker - omitting part of code?

dexter
Beginner
218 Views
Is there any way to make Thread Checker ignore part of code that we want to check? For example part that we know is serial and thread safe.
0 Kudos
2 Replies
Mark_D_Intel
Employee
218 Views
You could lower the instrumentation level for an entire module (to "Module Imports"), or instrument just particular functions ("Custom Functions") in a module - look in the help index under "instrumentation, levels" for more information.

Additionally, there are some API's. Look under "API Support -> APIs to Control the Runtime Analysis" in the help.

0 Kudos
dexter
Beginner
218 Views
Thanks!
0 Kudos
Reply