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

Profiler

hweisberg
Beginner
645 Views
What kind of profilers are available for CVF? We just need to see how much time is spent in various parts of our DLLs.

The DLLs are called from managed code, but since we can debug the DLLs in CVF we presumably can profile them also.

We are using ANTS, which is quite nice, to profile the managed code.
0 Kudos
2 Replies
Steven_L_Intel1
Employee
645 Views
CVF includes the Microsoft Visual Studio profiler, but it isn't very good. Give Intel VTune a try - it works fine with CVF and is FAR superior. A trial version is available.

Steve
0 Kudos
hweisberg
Beginner
645 Views
Thanks!
0 Kudos
Reply