-
Notifications
You must be signed in to change notification settings - Fork 100
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
UI improvement, User can specify more options at memory dump analysis scene & changing setting is cancelable after open the settings pannel. #242
Conversation
@XuPengfei-1020 I'll review this patch this week. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice addition. There are some general comments:
- Capitalize first letter in analysis setting panel
- Can we remove this discard button in analysis bar? It looks inconsistent in functionality
with other buttons in that menu bar
Update:
We used the jifa to parse the super large dump files on linux server several times, it helpe us to location the rare memory lake point in our production environment. |
…hers additional options in dump analysis scene
…data inconsistency.
… file) after they open the setting panel in dump analysis scene. before: dump analysis cache will dispose once user click 'Setting' button, it does not make sense. now: dispose and re-analyse will performd sequencely only after use submit the new settings, but if user click the 'cancel' button after open the settins pannel, the pannel will closed and nothing else would happend.
…hile build frontend code
Merged. Thanks for the contribution. |
1. User can specify more options at memory dump analysis scene.
Analyse could be faild caused by OOM(exceed limit of maximum length of array) if the dump file is very large. This problem can be solved by specify discard-object options. see: Eclipse help .
Improve UI so user can specify those options.
2. UI improvement, user can cancel changing the settings (re-analysis dump file) after they open the setting panel in dump analysis scene.
before: dump analysis cache will dispose once user click 'Setting' button, it does not make sense.
now: dispose and re-analyse will performd sequencely only after use submit the new settings, but if user click the 'cancel' button after open the settins pannel, the pannel will closed and nothing else would happend.