- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the last Gelato Meeting (developers of Itanium2), there was a presentation of the features of Vtune, particularly to view Intel C++ compiler reports inside vtune.
I didn't remeber very well, it's necesary to compile using -mGLOB.... and to run Vtune with the variable VT_ENABLE_.....=T or something like that, but I can't find this info in any documentation...
Any help?
Thanks all.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi emoreno!
Right you are! Looks like somebody slipped up. This is a public preview, but it should have been documented. :-( We are working to fix that. In the meantime, here is the magic combination:
On the Itanium processorhost system:
1. Compile application with symbols and opt report (Intel C/C++ Compiler 9.0.026 or greater), e.g. (example is split over several lines for clarify):
icc -g -opt_report opt_report_file filename
[-opt_report_phase [ecg_swp,hlo,]]
-mGLOB_opt_report_for_vtune=T
2. Run the VTune analyzer Remote Agent, e.g.: /opt/intel/vtune/bin/vtserver
On the IA32 Linux* analysis system:
1. Enable VTune analyzer Reports, e.g.:
export VT_ENABLE_OPTIMIZATION_REPORT=ON
2. Start VTune analyzer 8.0 GUI, e.g.: /opt/intel/vtune/bin/vtlec
3. Configure GUI to remotely run and analyze Itanium application
4. Copy Binary, Source, and Optimization Reports to Local System
5. Locate Hotspot
6. Click Optimization Report button
7. Enter path to file in dialog box
Of course, we would welcome any feedback on this feature, but would prefer it if you could submit it at Intel Premier Support for tracking purposes.
Regards,
Message Edited by DaveA on 10-19-2005 05:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Please, reopen Premier Support issue you've created a while ago regarding this problem. As far as I see, you were not quite active in answering the requests from the support engineer and he closed the issue. Once reopened, the problem will be investigated further.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are trying to reinforce investigation of this problem. The best way to let VTune developers know the details is using Premier Support. It may require some system or application details, so it's better to use secure channel of communication.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page