Skip to content

Commit

Permalink
Starter implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
randall77 committed Oct 30, 2014
1 parent 7a52fad commit 6441846
Show file tree
Hide file tree
Showing 4 changed files with 2,820 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,16 @@ heapdump14
==========

Heap dump reader & visualizer for Go 1.4

You call debug.WriteHeapDump(fd uintptr) to write a heap dump to the given
file descriptor from within your Go program (that's runtime/debug).

The code in this directory is for a hview utility which reads a dump file
(and optionally a binary that generated it), computes interesting data
about the heap, and and presents the data to a web browser.

cd hview
go build
./hview heapdump [binary]

then navigate a browser to localhost:8080 and poke around.
Loading

0 comments on commit 6441846

Please sign in to comment.