Results 1 to 2 of 2
Thread: to detect memory leaks
- 02-13-2012, 12:48 PM #1
Member
- Join Date
- Jun 2010
- Posts
- 1
- Rep Power
- 0
to detect memory leaks
Hi,
Could somebody point me to any tool to detect memory leaks in Eclipse.
I have come across of Memory analyzer tool for Eclipse. Is this the efficient one to use?
Is there any other tool that can be run on code base periodically to check for memory leaks and also generates any report listing out the class names having memory leaks.
Any immediate help on this would be highly appreciated.
Regards,
Jeevana.
- 02-13-2012, 12:52 PM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,479
- Rep Power
- 16
Re: to detect memory leaks
I've used the MAT for Eclipse a number of times in order to see where the leak causing an OutOfMemory is occurring.
Not sure how a tool would periodically check for memory leaks on anything other than a fairly simple system.
Not sure "efficiency" entirely comes into it. Tracking leaks is often time consuming.
Similar Threads
-
what are the memory profiling tools available that can help me detect memory leak?
By guest_user in forum New To JavaReplies: 1Last Post: 07-18-2011, 04:24 PM -
Java from c++ (JNI) memory leaks
By Gigabitze in forum New To JavaReplies: 12Last Post: 02-27-2011, 02:03 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks