-
Notifications
You must be signed in to change notification settings - Fork 61
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
Log memory usage #39
Comments
Java does not provide a built-in way to ask how much memory arbitrary objects are taking. So implementing this feature might be quite involved. That said, if there are arrays of primitives involved (which there often are), it would be doable to give a lower-bound estimate. But his feasible it is depends on how deeply those array references are buried in the types involved. |
The log window currently reports on how long each step takes, which is very nice!
However it would be also very good if the log window stated how much memory the feature stack currently needs as this might be also a limiting factor.
The text was updated successfully, but these errors were encountered: