Open boazin opened 4 years ago
Not really an issue but a question on the tool capabilities.
Do I have a way of memory profiling a nested import chain?
I have a fairly large app - that as usual starts with: from foo import bar from x import y from z import w
And inside each foo/x/z there are more imports.
I'm trying to pinpoint the memory painful imports. Can memory_profiler help me in this case?
Not really an issue but a question on the tool capabilities.
Do I have a way of memory profiling a nested import chain?
I have a fairly large app - that as usual starts with: from foo import bar from x import y from z import w
And inside each foo/x/z there are more imports.
I'm trying to pinpoint the memory painful imports. Can memory_profiler help me in this case?