I'm trying to figure out where my memory is being used in a generator function in python 3. I've tried memprof and memory_profiler, and both fail to give me information on generators.
How do I determine where, and how much, memory I am allocating inside a generator function?