- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When VTune-ing Fortran code, often it helps o examint the assembly window to assess what is happening with expressions. Due to optimizations in Release build the assembly statements usually get intertwined. Fortunately you can consolidate the assembly statements to line numbers by Sorting on source line as opposed to Address....
.... However, the sort does not use the Address as a secondary sort key. This results (often) the assembly statements (sorted by line number) not showing in execution order (usually address order).
Suggestion is to have assembly source line sorting use address as secondary sort key.
Jim Dempsey
Link Copied
0 Replies

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