Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

always display this class #5

Open
eostermueller opened this issue Dec 31, 2016 · 0 comments
Open

always display this class #5

eostermueller opened this issue Dec 31, 2016 · 0 comments

Comments

@eostermueller
Copy link
Owner

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

  • do not leak, but take up ginormous portions of your heap, like cached data
  • have caused memory problems before
  • are suspect or of concern for some other reason

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'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant