pythonprofilers/memory_profiler

include-children in decorator

sowuy opened this issue · 0 comments

sowuy commented

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