Verified User in Industrial Automation
UI
Mid-Market (51-1000 emp.)
"valgrind for checking memory leak and profiling "
5/5
What do you like best about Valgrind?

Valgrind will be very helpful for memory leak check usning memcheck tool on valrind.And heap usage can be found using massif tool.We can analyze dynamic memory usage using masssif visualizer tool.

Callgrind is another tool which can also used along valgrind. Review collected by and hosted on G2.com.

What do you dislike about Valgrind?

valgrind will slow the program execution.Realtime operation can be tested with valgrind since it slow down operation.Mos of the time execution with valgrind for real cases can not tested.Address sanitizer can not be used along with valgrind.Use must need to remove compilation flag for address sanitizer . Review collected by and hosted on G2.com.

See what 14 reviewers think of Valgrind

4.2 out of 5 · Verified reviews from real users

Read all reviews