Reproducible memory leak measurement #570
Unanswered
jamesdbrock
asked this question in
Q&A
Replies: 1 comment
-
|
Although for now it's not a public, stable interface you can do: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a program that runs for some time then stops. I want to measure the total memory leakage in that program in a reproducible way, so that I know if changes to the program are improvements.
I want to script the production of a number named total_memory_leak_size with these properties:
What is the best way to produce total_memory_leak_size with
memray? (Is there a command that's likememray flamegraph --leaksbut produces total_memory_leak_size instead of an HTML page?)Beta Was this translation helpful? Give feedback.
All reactions