Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Profiler

hweisberg
Beginner
650 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
650 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
650 Views
Thanks!
0 Kudos
Reply