cubed icon indicating copy to clipboard operation
cubed copied to clipboard

Support `peak_measured_mem` on Windows

Open tomwhite opened this issue 2 years ago • 0 comments

With #176 you can run Cubed on Window, but peak_measured_mem isn't implemented.

To implement we could use psutil, but we should make it optional so that other platforms aren't required to import it.

See https://pythonspeed.com/articles/estimating-memory-usage/#measuring-peak-memory-usage

tomwhite avatar May 19 '23 10:05 tomwhite