Forum Discussion

MarcoSchwanke's avatar
15 years ago

C++ CLR Performance Profiler

We have some files in our Visual C++ projects where CLR is enabled. It looks like that the AQ Time Performance Profiler can not profile these files correct.


The call graph is wrong and also the source file is not displayed in source file column <No File Name Information Available>


Other files in the same project with CLR disabled are profiled correct.


Profiling .NET code is enabled





1 Reply

  • Hello Marco,




    We have not seen any problems profiling such applications.

    Please send us a sample application demonstrating the problem and describe the actual results and the expected behavior in detail:





    >>> the source file is not displayed in source file column <No File Name Information Available>

    It can happen with automatically generated code - the code is present in a module, but there is no source file containing the code.