Visual Studio 2010专业版不包含探查器。http://www.microsoft.com/visualstudio/en-us/products/2010-editions/product-comparison
有哪些免费的替代方案?
发布于 2012-03-02 00:59:22
看起来微软提供了一个你可以使用的stand alone tool
发布于 2012-03-02 00:57:54
EQATEC配置文件是我所知道的唯一免费的配置文件,但我从未使用过它。http://www.eqatec.com/tools/profiler/
我个人在过去使用JetBrains的dotTrace分析器取得了巨大的成功。http://www.jetbrains.com/profiler/
RedGate也有他们的ANTS性能分析器产品。http://www.red-gate.com/products/dotnet-development/ants-performance-profiler/
这两个都不是免费的,尽管试用期通常足以诊断一些需要工作一段时间的问题。:)
发布于 2012-03-02 02:57:02
AQtime:http://smartbear.com/products/free-tools/aqtime-standard/
另一个很好的替代方案是SharpDevelop附带的内置分析器:http://www.icsharpcode.net/opensource/sd/
https://stackoverflow.com/questions/9520512
复制相似问题