hprof-parser
hprof-parser copied to clipboard
Support mutli-pass handlers
It should be easy to write a multipass handler. For example, the first pass could collect all strings and class info, and the second pass could complete the instance information.
Write an example handler that does this.