- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, my vtune finalization step takes forever to run with a message "resolving for gcc". In beginning of my program, i generate some c-code and use gcc to compile it. is this a show-stopper? Is there anyway i can work around this? for example, force vtune to stop resolving for gcc symbols?
thanks,
Ben
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ben,
The possibility is that you ran VTune Amplifier XE for long time, so it took many time to finalize results.Thetoo allows us to stop data collection, butnot in finalizing stage.
You can use "duration" to control time of data collection, if your application is forever running. For example,
amplxe-cl -collect concurrency -duration 30 -r result-directory -- app
BTW, please use latestVTune Amplifier XE 2011 Update 2.
Regards,Peter
The possibility is that you ran VTune Amplifier XE for long time, so it took many time to finalize results.Thetoo allows us to stop data collection, butnot in finalizing stage.
You can use "duration" to control time of data collection, if your application is forever running. For example,
amplxe-cl -collect concurrency -duration 30 -r result-directory -- app
BTW, please use latestVTune Amplifier XE 2011 Update 2.
Regards,Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Peter,
thanks a lot for the quick reply. No i didn't run vtune for long time, only a couple of minutes maybe it is considered long already?). I did a few experiments, and found out that vtune runs ok as long as my program doesn't invoke gcc to compile generated c-code. So you think my problem will go away by running the newer version of vtune?
thanks,
Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you ran program shortly, you don't need to specify "-duration" option.
I still suggest you to upgrade to latest Update 2 - as I know the performanceon finalizing is better than before.
Regards, Peter
I still suggest you to upgrade to latest Update 2 - as I know the performanceon finalizing is better than before.
Regards, Peter

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