eostermueller / heapSpank

Detect memory leaks in minutes without a heap dump.
http://heapSpank.org
Apache License 2.0
17 stars 4 forks source link

always display this class #5

Open eostermueller opened 7 years ago

eostermueller commented 7 years ago

heapSpank only displays the top 10 candidates for memory leaks, and an algorithm chooses which 10 to display. As good stewards of the heap, we are often interested in memory consumption of other classes, like ones that

To address these needs, heapSpeak must let the user specify 'special' class names in a configuration file that heapSpank will always display, in addition to the regular 'top 10'.