pythonprofilers / memory_profiler

Monitor Memory usage of Python code
http://pypi.python.org/pypi/memory_profiler
Other
4.39k stars 380 forks source link

Is it possible to compare two plots? #393

Closed ColdSpirit0 closed 1 year ago

ColdSpirit0 commented 1 year ago

Hi! I want to compare last profile run with run before, how I can do this? I cant find any info about this.

ColdSpirit0 commented 1 year ago

Found it. Just run mprof plot plot_base.dat plot_new.dat