Mark Marron - Visualizing and Understanding Heap Structure
- Posted: Jun 17, 2010 at 7:00 AM
- 33,577 Views
- 4 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
In 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 Microsoft's research in Software Engineering in Redmond, USA.
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Apple keyboard in the background - great product.
First fail was to code it in C# ( it's not known for it's efficiency, good for prototyping ideas though, not good for much else )
If you want to be called lazy-a**-programmer behind you back then use C#, basically.
There's are many very good reasons nasa use C++ for their rovers on mars !
I do hope these heap tools can be used with C++
interesting stuff, are the tools displayed available to try out? - loved the buzzing pens in the video
Glad that you liked the video, using the magic whiteboard pens was definitely an interesting experience. As for the tools, unfortunately we don't currently have anything that is ready to try out. Our goal is definitely to have tools that people can use but for now we are focused on experiementing with various development scenarios where this kind of visualization could be useful, how best convey information in the visualization (e.g. using color), and learing about the features of dgml (the new format for graph drawing/navigation in VS 2k10).
Mark
Remove this comment
Remove this thread
close