Software Archive
Read-only legacy content
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.
17060 Discussions

analizing only parts of the code in parallel inspector

antonio_riva
Beginner
579 Views

It is possible to start and stop the parallel inspectore analisys with some directive?

The part of the code that I want to analyze require an initialization step which I like to do without the overhead of the analisys.

It is possible in parallel studio to instrumenting only parte of the code, like other profiling/analyzer tool?

Thanks Antonio

0 Kudos
1 Reply
Vladimir_T_Intel
Moderator
579 Views

HiAntonio,

No, Inspector doesn't have such functionality. The reason for that is while executing the part of code when Inspector is paused, there might be significant memory or threading events. If they were missed by the instrument, there results will be incomplete and so there won't be any credit to them.

In order to decrease overhead, try to decrease the level of analysis as much as possible.

0 Kudos
Reply