|
DevPartner Profiler 。这个工具是 大名鼎鼎的 Compuware 公司(也就是出 SoftIce 的那个公司)的产品。其中的 DevPartner Profiler Community Edition 是一个免费的托管代码分析器。
这个工具可以分析出每一行代码执行所花费的时间,比如:下面就是这样的一个截图。感觉这个工具在作代码性能分析的时候非常有用。我们不再需要在自己的代码中插入 GetTickCount 这样的代码,做性能分析了。
跟 VS.net 2003 VS.net 2002 都可以集成到一起的。每次编译、执行后,都会把具体的每一行的代码执行时间都获取出来。
以下是它自己的介绍:
Profiler Features
Pinpoints performance bottlenecks
Profiles managed VB .NET, VC++, C#, JScript 7, and unmanaged VC++
Highly accurate results
Verify code changes have improved performance
Tightly integrated to the VS .NET IDE
使用的注意与方法,与quantify是一样的,呵呵 |
|