We started on using Intel VTune Performance Analyzer on analyzing performance of .Net Desktop Application(output .exe) .when we started on using sample wizard feature in order to find hotspots and start enhance it, the application make sampling correctly but the program output is displaying only files (.exe) or( .dll) which contains assembly code and so the tested function on the .Net application are not displayed and the hotspots cannot be identified. So how can we make profiling to .Net Application and view c# Code. Thank you
Hello,
The user should use steps as <Sampling Wizard ->.NET* profiling->Executable->Application to launch->..."Finish"> - for .NET application profiling. Thus, the user can see
app.exe.jit in the processes report to drill down to C# code.
Please try above steps with VTune(TM) Analyzer's example application VTune_Csharp_Example.sln at VTune\Examples\C#2003.
Regards, Peter