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

how to analysis special lines choosed by the user?

sun__lei
Beginner
651 Views

For example, Vtune will analysis all codes and then draw CPU Utilization Histogram. But I only want vtune to analysis special code lines, such as 1000th-2000th code lines. How to do this?

0 Kudos
1 Reply
Denis_M_Intel
Employee
651 Views

Hello, 
 __itt_pause/__itt_resume API can help to mark code for analysis. More details: Collection Control API

0 Kudos
Reply