Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5077 Discussions

Intel Thread Checker - omitting part of code?

dexter
Beginner
375 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
375 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
375 Views
Thanks!
0 Kudos
Reply