drebs created page: benchmark research authored by drebs's avatar drebs
Related issue: #8837 Related issue: #8837.
Notes: ## Notes
* (2013) [From the creator of memory_profiler ](http://fa.bianp.net/blog/2013/different-ways-to-get-memory-consumption-or-lessons-learned-from-memory_profiler/), resource is a bit faster than psutil, but possibly less accurate. Spawning `ps` is some orders of magnitude slower. * (2013) [From the creator of memory_profiler ](http://fa.bianp.net/blog/2013/different-ways-to-get-memory-consumption-or-lessons-learned-from-memory_profiler/), resource is a bit faster than psutil, but possibly less accurate. Spawning `ps` is some orders of magnitude slower.
* (2014) In a [comment about memory_profiler](http://www.marinamele.com/7-tips-to-time-python-scripts-and-control-memory-and-cpu-usage), this person says 2 important things: (1) that memory_profiler is faster if psutil is installed, and (2) that measuring memory influences time. *Maybe tests that measure memory and cpu should be run separatelly from tests that measure time.*
\ No newline at end of file