pythonprofilers / memory_profiler

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

include-children in decorator #374

Open sowuy opened 2 years ago

sowuy commented 2 years ago

I am not able to create a report that combines memory usage of all the children and the parent using the profile decorator.

It says the include_children flag does not exist.

I tried the following:


profile(include_children=True)
def myfunc():
  pass