Open sowuy opened 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.
include_children
I tried the following:
profile(include_children=True) def myfunc(): pass
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: