-
-
Notifications
You must be signed in to change notification settings - Fork 389
Perform memory measurement on SIGUSR1 #761
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
Conversation
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.
Does this code deserve some documentation somewhere? E.g. in some developer tricks guide or similar?
Where is the requirement for Ord coming from? Some kind of Map? Can we switch it to a HashMap and avoid the Ord everywhere?
f56ff16
to
6e9125f
Compare
I have added a note on the use of SIGUSR1 to the existing docs in |
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.
Looks cool!
No description provided.