hprof-parser
hprof-parser copied to clipboard
Refactor common handler patterns into a base class for reuse
Many handlers need to do the same things, for example, collect all the ClassInfo from a trace so that you can do something interesting. Extract that functionality into a common base class so people don't have to reinvent the wheel.