Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
5259 Discussions

how to analysis special lines choosed by the user?

sun__lei
Beginner
689 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
689 Views

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

0 Kudos
Reply