c# - 寻找持续集成分析器 (C#)

标签 c# continuous-integration profiling

我想在持续集成期间对我的代码执行自动分析。

我知道 dottrace 之类的工具可以分析我的代码,但我想要的是一个每天晚上进行分析并向我发送报告的工具,这样我就可以知道哪些代码需要改进。

最佳答案

来自 this ANTS Profiler 似乎可以做到这一点:

ANTS Profiler can profile a unit test. The method for doing this is to set ANTS Profiler to profile a .NET desktop application, then choose the path to NUnit-gui.exe. Once ANTS Profiler starts NUnit for you, you can load your test assembly and run your unit test. During the unit test, you can take snapshots from ANTS Profiler, and profiling will stop when NUnit's window is closed.

It would also be possible to profile the console version on NUnit in the same fashion. In addition to choosing nunit-console.exe as the application to profile, specify the name of the assembly to load and the appropriate options in the Arguments box.

关于c# - 寻找持续集成分析器 (C#),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2250829/

相关文章:

c# - C# 结构的属性在 COM 和 VB6 中获得不可用的名称?

c# - 如何在应用程序启动时执行汇编代码

c# - 从 WCF 服务接收数组并将其显示到列表框中

c# - 当导入命名空间编译器返回错误消息类型或命名空间名称找不到

c# - 强制 DBUP 在开发过程中重新运行新脚本

java - 哪种分析技术最适合分析程序行为

ruby-on-rails - 您如何查看 ruby​​ 中的调用堆栈示例?

docker - 重建并重新运行Docker容器

svn - Netbeans 缺少 SVN 添加

java - 测量锁的争用时间