简体   繁体   English

使用C#进行基准测试的概念?

[英]Concept of Benchmarking in C#?

Please tell me something about Benchmarking in C#..What the different code benchmarking techniques are?? 请告诉我有关C#中基准测试的知识。不同的代码基准测试技术是什么? How to benchmark our own code based on speed and memory usage?? 如何根据速度和内存使用情况对我们自己的代码进行基准测试? Please help me guys..Thanks 请帮助我。。谢谢

Red Gate's ANTS is the memory/performance profiling tools that I use. Red Gate的ANTS是我使用的内存/性能分析工具。

http://www.red-gate.com/products/dotnet-development/ http://www.red-gate.com/products/dotnet-development/

There is also the dotTrace from JetBrains: JetBrains还提供了dotTrace:

http://www.jetbrains.com/profiler/ http://www.jetbrains.com/profiler/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM