我想知道哪些工具可以促进程序员的工作。你能告诉我程序检测内存泄漏吗?我使用Visual Studio C 7.1。如果您知道您提供了一个链接,我可以下载相应的程序。
答案 0 :(得分:2)
尝试下一个程序: Deleaker(Windows), Valgrind(Linux), CheckPointer
答案 1 :(得分:1)
我使用RedGate的ANTS:
http://www.red-gate.com/products/dotnet-development/ants-performance-profiler/features/features-list
它们具有性能和内存分析器,并支持.Net框架的所有版本。
不幸的是,您正在使用旧版本的Visual Studio,因为2010年某些版本中内置的Performance Profiler非常好。
答案 2 :(得分:1)
请参阅我们的family of tools for the C language。其中包括SmartDifferencers,Clone Detection,Test Coverage和Profiling以及CheckPointer,这是一种查找各种内存错误的工具。