Hi,
As per the Vtune Help document ,for adding symbol and line number information into a class file ,it should be compiled with
-g option.
I compiled a class file with -g option and lunched it's batch file in Vtune.Then i tried to drill down to hotspots to view the source code, did not able to see the source view, got this message "Line number information is not available for this module.Only Disassembly view will be available.Do you want to continue?".Then if i say "Yes",assembly code view will be displayed.
How can i able to see the source code view?If i need any other things to do before/after lunching,let me know.Please HELP me.
-Chitta
Link Copied
Hi,
As per the Vtune Help document ,for adding symbol and line number information into a class file ,it should be compiled with
-g option.
I compiled a class file with -g option and lunched it's batch file in Vtune.Then i tried to drill down to hotspots to view the source code, did not able to see the source view, got this message "Line number information is not available for this module.Only Disassembly view will be available.Do you want to continue?".Then if i say "Yes",assembly code view will be displayed.
How can i able to see the source code view?If i need any other things to do before/after lunching,let me know.Please HELP me.
-Chitta
Hi,
As per the Vtune Help document ,for adding symbol and line number information into a class file ,it should be compiled with
-g option.
I compiled a class file with -g option and lunched it's batch file in Vtune.Then i tried to drill down to hotspots to view the source code, did not able to see the source view, got this message "Line number information is not available for this module.Only Disassembly view will be available.Do you want to continue?".Then if i say "Yes",assembly code view will be displayed.
How can i able to see the source code view?If i need any other things to do before/after lunching,let me know.Please HELP me.
-Chitta
For more complete information about compiler optimizations, see our Optimization Notice.