https://github.com/what-studio/profiling#profiling-from-code
while running : profiler.dump('path/to/file'),
It says, AttributeError: 'TracingProfiler' object has no attribute 'dump'
I have to save profiling results.. can someone provide a solution / alternatives?