Comments on: A bird’s eye view of your memory map We’ve been using a tool called Deja Insight to visualize our (console!) heaps externally. It adds relatively little overhead to your allocations as the communication to the external machine can be offloaded to a different thread. Its heap visualization allows you to drill-down into each allocation; you can also look at the allocations in their log form.

Here’s a good picture of the heap: Thats actually a really neat idea. I think I'm going to implement this in my weekend project. Thanks very much for this! Thats actually a really neat idea. I think I’m going to implement this in my weekend project. Thanks very much for this!

]]>
By: Paul Laska/2011/05/17/a-birds-eye-view-of-your-memory-map/#comment-4316 Paul Laska Tue, 17 May 2011 17:20:59 +0000 Cool idea. I could also see this easily extended to incorporate colors if you want to know what system is allocating the memory from, as an example. Visualization of data is always a plus! Cool idea. I could also see this easily extended to incorporate colors if you want to know what system is allocating the memory from, as an example. Visualization of data is always a plus!

]]>