Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5250 讨论

"cut" beginning of result file to improve gui responsiveness

Marc_Amstoutz
初学者
889 次查看
Hello,
I have made a collection and trigged itt_pause with an issue condition. Therefore, I'm only interested to analyse what happended just at the end of the collection.
Is there a way to "cut" the beginning of the result file, in order to improve gui responsiveness ?
regards,
Marc
0 项奖励
3 回复数
David_A_Intel1
889 次查看
Did you see the "Start Paused" button and us __itt_resume to start collecting only when you are ready to? That is how you "trim" the beginning - don't collect it! ;)
0 项奖励
Marc_Amstoutz
初学者
889 次查看
yes, I use the pause/resume API, but I have to face a cusality issue : I can only notice issue after it has occured, and do call a _itt_pause in this case. However, I have to collect from the beginning in order to catch the events before the issue...
0 项奖励
David_A_Intel1
889 次查看
Hi:

There is no way to 'remove' the data, once it is collected. You can, however, filter out the data you are not interested in. Select an area in the timeline and then choose "Zoom in and Filter in by Selection", e.g.:


Now, only the data collected during that "timeslice" will be displayed in the data grid and the timeline:


0 项奖励
回复