EcohydrologyTeam / ClearWater-modules

A collection of water quality and vegetation process simulation modules designed to couple with water transport models.
MIT License
5 stars 0 forks source link

Add memory profiling #70

Open aufdenkampe opened 7 months ago

aufdenkampe commented 7 months ago

Splitting out from #69, to address the running-out-of-memory issue described by https://github.com/EcohydrologyTeam/ClearWater-modules/issues/57#issuecomment-1833765631, we need to measure it.

Memory Profiling

We want to also start using memory_profiler to complement our various performance profiling approaches:

Ideally we would run and share these memory and performance profiling tests before and after every PR that addresses performance.

@sjordan29 recently used memory_profiler in: