- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am using Intel Fortran 11.1 with VS2005 and I was wondering if there was any possibility to display call graphs. I was using the source browser feature with CVF 6.6 but I think that it has been removed in the Intel version. I found that a call browser exits in VS2005 but only with C++.
Any idea? or is therre any VS2005 addon that offers this possibility ?
Thanks and Happy New Year to all the Intel Visual Fortran Team and all the contributors
Phil.
Link Copied
8 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you are correct, Source Browser features are not available in IVF. It's a feature that is requested often and is on our radar, but no estimate of when or if it will be implemented.
If you have the 12.0 (Composer XE) compiler, it does have the cross-reference listing file capability with -list. This is very similar to the older DEC Fortran cross reference listing files.
ron
If you have the 12.0 (Composer XE) compiler, it does have the cross-reference listing file capability with -list. This is very similar to the older DEC Fortran cross reference listing files.
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Call graphing has been a feature of VTune for a long time. The current VTune Amplifier should have full support for ifort.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks all for the information. Unfortunately I do not haveVtune installed. In knew that some possibilites were exiting in another source analysis software like Understand but I didn't knew that Vtune was providing the possibility.
Thanks all for the information. Unfortunately I do not haveVtune installed. In knew that some possibilites were exiting in another source analysis software like Understand but I didn't knew that Vtune was providing the possibility.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Note that VTune will give you a dynamic call graph, not the static one that the source browser had.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks steve for the information.
For dynamic graph calls we are already using AQtime Pro 7 as well as for performance profiling.
If you know this software how do you compare it with VTune ?
Phil.
For dynamic graph calls we are already using AQtime Pro 7 as well as for performance profiling.
If you know this software how do you compare it with VTune ?
Phil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The main feature attraction of VTune is analysis of performance by hardware event counters (not part of call graphing). Unlike event profiling, VTune call graphing doesn't work by debug symbols (as AQtime seems to imply it does, I'm not familiar with it). Instead, VTune adds "instrumentation" to a copy of the .exe, which may distort performance (but doesn't depend on source code availability). You could look at the VTune promotional material to see which display format you find more appealing; they seem to include equivalent information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Tim, I will try to have a closer look at VTune.
Phil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using Doxygen to generate calling structure of my application. It is implemented also for FORTRAN code. May be it will be sufficient for you.
Jakub
Jakub

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