- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
A colleague of mine is still using CVF and is trying to use the profiler. He has the following question:
"My understanding, after adjusting project settings, is to execute the following commands:
PREP /at programname.exe
PROFILE programname
PLIST /st programname > output.txt
However, if I do this, I get an error message "PLIST : warning PRF4481: clock frequency is zero." It seems that I also need a /M option in the PREP command, but I cannot seem to get it to work.
My aim is to time each subroutine, and it seems I should be able to do it w/ this set of commands. Can you help?
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Ferrad,
Intel has a product named vTune. AMD has a product named CodeAnalyst. If you are serious about in-depth analysis of the program and are on Intel platform then consider vTune. If statistical sampling (timer based sampling) is adequite then try CodeAnalyst (it is free). Although CodeAnalyst is intended for AMD processors, the timer based sampling works fine.
Jim Dempsey