Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4995 Discussions

Hotspots and Application is not displaying

Sam_Steins
Beginner
266 Views

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

0 Kudos
1 Reply
Peter_W_Intel
Employee
266 Views
Quoting - Sam Steins

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 usershould use steps as .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 Analyzer's example application VTune_Csharp_Example.sln at VTuneExamplesC#2003.

Regards, Peter
0 Kudos
Reply