Visual Studio Profiler shows DLL name instead of Function name
问题 I'm following the Profiling Tutorial here: http://msdn.microsoft.com/en-us/magazine/cc337887.aspx I've tried to profile the project by using CPU sampling. MSDN Results: My Results: I'm expecting to see System.Drawing.Bitmap.SetPixel instead of the [System.Drawing.ni.dll] . As recommended by this post, I have: Clicked the "Show All Code" link Disabled "Just My Code" Checked "Microsoft Symbol Serves" in Tools > Options > Debugging > Symbols, restarted visual studio and ran the report again.