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

VTune collection stops prematurely

mschan01
Beginner
721 Views

Hi,

I am trying to use VTune's "System Overview" to find the cause of a 6ms delay in my real-time application, by looking for unexpected context switches. I want to let the tool run overnight, and stop the collection when the delay is detected. I have instrumented my code to call __itt_detach() when the delay is detected (from the ITT API). However, the collection stops after about 4 minutes without my trigger condition ever being hit. How can I set up VTune to collect continuously until __itt_detach() is called?

Thanks,
Mike

0 Kudos
2 Replies
mschan01
Beginner
685 Views

I found the setting I needed; there is "Limit collected data by:" in the "WHAT" pane; I need to select "Time from collection end" instead of "Result size".

0 Kudos
AlekhyaV_Intel
Moderator
670 Views

Hi,


Glad to know that you found the solution you were looking for. Thank you for sharing it with us. If you need any further queries, please post a new question as this thread will no longer be monitored by Intel.


Regards,

Alekhya


0 Kudos
Reply