- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I'm a newer using VTune™ Amplifier XE, I have successfully measured the performance of Java and C programs with Vtune. But I encountered a problem when I try to use Vtune to run a Fortran program the same way as running C in order to analyze the hotspots. It says that the result is empty so it can't be collected. I just pass the Fortran program as the running application without parameters, just the same way like testing C. Did I miss sth.? Or my way wrong?
Implore for guidance. Thanks a lot.
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
There is no any difference to run C program & Fortran program.
Probably your program ran shorty and you used hotspots data collection. Please add more *traffic" in your Fortran code (that was why the result is empty) or use lightweight-hotspots instead.
Good Luck.
Probably your program ran shorty and you used hotspots data collection. Please add more *traffic" in your Fortran code (that was why the result is empty) or use lightweight-hotspots instead.
Good Luck.
