I'm trying to use the profiler in visual studio to find the bottleneck in my application. I want to test 1 method in particular so, I was following this guide :
http://msdn.microsoft.com/en-us/library/bb514149.aspx
But I got stuck on this part...
using Microsoft.VisualStudio.Profiler;
According to the MSDN page, this namespace is part of the Microsoft.VisualStudio.Profiler.dll, but I can't find this dll when I tried to add a reference to my project.
Your build must reference the Microsoft.VisualStudio.Profiler.dll library, located in the Microsoft Visual Studio 9\Team Tools\Performance Tools directory.
This is from msdn documentation. Obviously if you have version higher than 9 you will look into that version.
Doesn't have to be "9" in the path. probably whichever version you're having. for you (2013) it'll be here:
not sure what the others are.
link in higher res here.
Having said that, have a look at the above windows utility: everything search. you can type the name of the dll you're looking for, and results are instantaneous :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With