- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I would like to ask why the release configuration of my fortran program is much faster when run from within the Vtune Amplifier enviroment. Is this a memory management issue that I have to deal with?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just to confirm - the exact same exe, with the exact same input, giving the exact same results, is faster when running under Vtune?
- 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
Maybe part of your app's code executed only under VTune?
- 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
That is true.You can for example clearly see it when in Debug configuration int 3 buffer(probably to trigger debugger breakpoint) is added to the function so during the execution there is overhead of buffer filing instruction in Release configuration no 0xcc filled buffer is used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everybody and thanks for your help.
I am currently running Visual Fortran Composer XE 2013 (Update 3) under Visual studio 2010 for Windows 7. The current Vtune version is is XE 2013 (Update 6). What I managed to figure out is that when I choose to run the Release version from within the Visual Studio environment (pressing F5) I get a slowed down behaviour. However when I run the Release version, either through Vtunes or by double clicking the executable I get what I am expecting.
This behaviour was not observed in any of the previous versions of the compiler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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