[Tool] Memory Leak & Performance profiling tools for C #/C ++

Source: Internet
Author: User

For C ++:

Memory analysis tools:

1. c ++ Memory Leak Detector-memory validator (http://www.softwareverify.com/index.html)

2. Other as references: purify from IBM

Performance profiling tools:

 

For C #:

Memory analysis tools:

As developers, we are often faced with addressing memory leaks in our applications. despite the fact that. net Framework events des automatic memory management, a number of memory allocation issues will remain in your application unless you are careful to avoid them.

A number of instances exist wherein the Garbage Collector in. NET fails to free allocated resources and thus create potential memory leaks. as such, it is critical to understand how garbage collection works and how to analyze your code and uncover any problem areas therein.

 

1. Ants profiler (http://www.anqn.com/jiamijiemi/nixianggongchengjishu/2009-07-15/a09113325.shtml)

2. aqtime. The allocation profiler defined in automatedqa's aqtime 4 (http://www.automatedqa.com/techpapers/net-allocation-profiler ).

3.. Net memory profiler (http://memprofiler.com /)

Performance profiling tools:

1. Rational quan.pdf

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.