Results 1 to 1 of 1
Thread: UCrawl: runtime heap visualizer
- 08-31-2008, 01:55 PM #1
Member
- Join Date
- Aug 2008
- Posts
- 2
- Rep Power
- 0
UCrawl: runtime heap visualizer
Ultrarise is happy to announce the release of UCrawl a graphical heap visualizer for Java.
UCrawl uses reflection to capture the runtime heap of a program at a particular line of
the source code and displays it as a graph.
UCrawl helps the Java programmer to:
- Understand the complexity of the relations among objects.
- Understand the global picture of the heap by providing different views at different level of abstraction.
- Trace tricky heap related bugs (such us NullPointerException).
- Test heap-intensive applications.
- Uncover subtle and obscure dependencies between objects which might lurk security issues.
UCrawl is free and can be downloaded at ultrarise.com
The Ultrarise team hopes that you enjoy using UCraw and look forward for your feedback.
Similar Threads
-
JVm Heap memory settings
By nagesh in forum Advanced JavaReplies: 2Last Post: 09-17-2009, 05:47 PM -
Heap Sorting
By kesav2005 in forum New To JavaReplies: 1Last Post: 11-13-2007, 04:04 PM -
Heap Sort
By kesav2005 in forum Advanced JavaReplies: 1Last Post: 11-13-2007, 11:40 AM -
when objects are removed from heap
By Java Tip in forum Java TipReplies: 0Last Post: 11-09-2007, 04:25 PM -
Help with heap and stack
By coco in forum Advanced JavaReplies: 1Last Post: 08-06-2007, 02:21 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks