tar xzf vtune_amplifier_xe_2015_update4.tar.gzcd vtune_amplifier_xe_2015_update4./install.sh回车accept选择3 license file设置lic路径回车安装完成设置path路径vi /etc/profile.d/vtune.shVTUNE_ROOT=/opt/intel/vtune_amplifier_xeexport PATH=$PATH:$VTUNE_ROOT:$VTUNE_ROOT/bin64export MANPATH=$MANPATH:$VTUNE_ROOT/mansource /etc/profile
启动分析程序
amplxe-cl -collect hotspots <程序> <程序参数>
amplxe-cl -collect hotspots -target-pid=<程序pid>查看结果
amplxe-cl -report summary 命令行方式查看结果总结
amplxe-cl -report hotspots