Microsoft.VisualStudio.Profiler.dll在哪里?

时间:2014-12-02 21:23:25

标签: c# visual-studio-2013

我试图在visual studio中使用分析器来查找我的应用程序中的瓶颈。我想特别测试1种方法,所以我遵循了这个指南:

http://msdn.microsoft.com/en-us/library/bb514149.aspx

但是我被困在这一部分......

using Microsoft.VisualStudio.Profiler;

根据MSDN page,这个命名空间是Microsoft.VisualStudio.Profiler.dll的一部分,但是当我尝试添加对项目的引用时,我找不到这个dll。

2 个答案:

答案 0 :(得分:9)

  

您的构建必须引用Microsoft.VisualStudio.Profiler.dll   库,位于Microsoft Visual Studio 9 \ Team中   Tools \ Performance Tools目录。

这是msdn documentation。显然,如果您的版本高于9,您将会查看该版本。

答案 1 :(得分:3)

不必是" 9"在路上。可能是你所拥有的版本。为你(2013年)它会在这里:

enter image description here

不确定其他人是什么。

link in higher res here

话虽如此,请查看上面的Windows实用程序:everything search。您可以输入您要查找的dll的名称,结果是即时的:)