Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
5255 Discussions

Intel Thread Checker - omitting part of code?

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