Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
svn path=/trunk/heap-shot/; revision=67393
  • Loading branch information
migueldeicaza committed Nov 5, 2006
1 parent 02b9808 commit d6513be
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README
Expand Up @@ -106,4 +106,25 @@ Using the Command Line HeapShot

heap-prof outfile_0.omap

The options are:

-i Show an inverse object dump

Show which objects hold references to a given
type, instead of which objects were created
by a given type.

-r Include roots

-s OLD Used to compare objects between two snapshots
in time.

Comparing changes across time
=============================

You must get two snapshots in time of your running
application, and then run the command like this:

heap-shot /tmp/outfile_1.omap -s /tmp/outfile_0.omap

This will only show the difference between the two times.

0 comments on commit d6513be

Please sign in to comment.