Mark Marron - Visualizing and Understanding Heap Structure

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
[Broken External Image]:http://ecn.channel9.msdn.com/o9/ch9/5/7/9/5/5/5/markmarronheap_85_ch9.pngIn this video, Mark Marron, who is visiting the Research in Software Engineering group (RiSE) for the summer, describes some work and gives a short demo on a technique for visualizing and understanding a program’s runtime memory structure (which data structures are built, how big they are, how they are connected, etc.).

During the demo, he shows how the technique can be used to visualize a 150K object heap dump to quickly find out which parts are using the most memory, which also helps us learn about how the program is using these objects (including finding a “quadtree” that is not really a tree).


The Research in Software Engineering team (RiSE) coordinates Microsofts research in Software Engineering in Redmond, USA.

[Broken External Image]:http://channel9.msdn.com/555975/WebViewBug.aspx?EVT=0

More...
 
Back
Top