I would like to know if it was possible to have a memory profiler that would analyse the memory taken by my python script and tell me the memory usage over time.
The goal of this would be to plot this and draw conclusions.
As usual in python, the simpler the better.
Thank you.