Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28630 Discussions

CVF profiler (is this still supported?)

ferrad
New User
278 Views

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?

0 Kudos
1 Reply
jimdempseyatthecove
Honored Contributor III
278 Views

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

0 Kudos
Reply