- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a multithreaded application where the main thread does some work then spawns a bunch of worker threads which then do all the useful work while the main thread waits.
I can use concurrency view to get some useful data for all the threads, but when I try and use hotspots view I only get data for the main thread. If I use __itt_thread_ignore() to ignore the first thread (or use pause/resume so I only same while my worker threads are active) then no data appears at all (see screen shot). I have tried reducing the CPU sampling interval to 1ms.
Anyone have any ideas?
Thanks
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Apologies for multiple posts. I kept getting error messages saying post had failed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What version do you use? If it's not the latest one, it worth upgrading to Intel(R) VTune(TM) Amplifier XE 2013. Also, is it possible to provide us your application to reproduce the behavior?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am running XE 2011. (build 176374) I am downloading 2013 now and installing.
I cannot post the app as is. But I should be able to make a cut-down version that demonstrates this issue.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page