Please suggest a tool for Debugging Memory leak Bug in C++ source code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mark Antony
    New Member
    • Feb 2008
    • 2

    Please suggest a tool for Debugging Memory leak Bug in C++ source code

    Hi... we are providing software support for one of the famous retailers in U.S. The code has been written in C++. Our field test customers feel that the application software is very slow.
    Before we deliver the software to our clients, we are in a urge to improve the performance of the application. Some of our software engineers suspect that the memory dirty pages are too high in the application. They feel that the code have lot of memory leaks. Are there ways to improve the performance of the software?? Is there any tool that finds us the memory leaks in the code? Please suggest?
  • kky2k
    New Member
    • May 2007
    • 34

    #2
    Originally posted by mark Antony
    Hi... we are providing software support for one of the famous retailers in U.S. The code has been written in C++. Our field test customers feel that the application software is very slow.
    Before we deliver the software to our clients, we are in a urge to improve the performance of the application. Some of our software engineers suspect that the memory dirty pages are too high in the application. They feel that the code have lot of memory leaks. Are there ways to improve the performance of the software?? Is there any tool that finds us the memory leaks in the code? Please suggest?
    Try this tool valgrind

    Comment

    Working...