Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
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.

VTune with mixed code?

onkelhotte
New Contributor II
754 Views
Hi Dave,
all our projects that we codedin our department are mixed language, Fortran and C++.
Does VTune works with those projects too or is it limited to one language?
Thanks in advance,
Markus
0 Kudos
2 Replies
TimP
Honored Contributor III
754 Views
In general, of course, if both compilers generate debug symbols recognized by VTune. If you have a specific question, give more details. For example, I've seen better results with mixed gfortran and gcc on Windows when the entire build was done with a single gfortran command. But that's well outside usual usage.
0 Kudos
David_A_Intel1
Employee
754 Views

Hi:

Yes, tim18 is correct.

Also, from our web site:

  • Language Support
    Analyze and tune your applications in your own environment with support for the most commonly used programming languages, including Microsoft C# and Microsoft .NET 2.0, Compaq Visual Fortran* and Java*.
0 Kudos
Reply