643
I Use This!
Inactive

Ratings and Reviews

Analyzed 1 day ago. based on code collected 2 days ago.
Community Rating
4.63354
   

Average Rating:   4.6/5.0
Number of Ratings:   161
Number of Reviews:   4

My Review of Valgrind

You have not rated or reviewed this project.
Click below to rate/review.
My Rating:
0
 
 New Review

Most Helpful Reviews

Michal Č... says:
Great debugging helper  
5.0
 
written almost 17 years ago

If your program randomly crashes, valgrind is the best tool to find out possible memory problems. It slows downs things a bit, but it produces great results.

6 out of 6 users found the following review helpful.

Did this review help you? |

Marcus B... says:
Awesome  
5.0
 
written about 16 years ago

An awesome tool that helped my find a bunch of memory leaks in PHP pretty easily.

2 out of 2 users found the following review helpful.

Did this review help you? |

wez says:
It's revolutionized software deb...  
5.0
 
written almost 17 years ago

My only negative comment is that it doesn't exist on non-linux platforms.

1 out of 2 users found the following review helpful.

Did this review help you? |

drummyfish says:
Extremely useful  
5.0
 
written about 6 years ago

You simply need to use Valgrind, it checks for memory leaks, uninitialized values, invalid memory access, causes or crashes etc. It saves time and much trouble. Seriously, this is one of the most essential debugging tools.

Did this review help you? |

Most Recent Reviews

drummyfish says:
Extremely useful  
5.0
 
written about 6 years ago

You simply need to use Valgrind, it checks for memory leaks, uninitialized values, invalid memory access, causes or crashes etc. It saves time and much trouble. Seriously, this is one of the most essential debugging tools.

Did this review help you? |

Marcus B... says:
Awesome  
5.0
 
written about 16 years ago

An awesome tool that helped my find a bunch of memory leaks in PHP pretty easily.

2 out of 2 users found the following review helpful.

Did this review help you? |

wez says:
It's revolutionized software deb...  
5.0
 
written almost 17 years ago

My only negative comment is that it doesn't exist on non-linux platforms.

1 out of 2 users found the following review helpful.

Did this review help you? |

Michal Č... says:
Great debugging helper  
5.0
 
written almost 17 years ago

If your program randomly crashes, valgrind is the best tool to find out possible memory problems. It slows downs things a bit, but it produces great results.

6 out of 6 users found the following review helpful.

Did this review help you? |

 See all reviews