Open vsandinh opened 3 years ago
Hi, you can use the API (https://pythonspeed.com/fil/docs/fil/api.html) to get graphs for different calls, but it'd still require manual extraction. I could add an API that just returns the peak memory usage, I suppose.
Thanks so much! It would be great if there is an API.
For the record, I think that the peak memory usage could also be printed in the command line when running fil-profile run ...
@pmav99 makes sense.
Hi, I need to measure the memory usage of operations on different matrix sizes. Is there a way that I can get the peak memory usage and log it into a list rather having to read it from the report and manually logging it?
Thanks for a great tool!