Open MD-AMAAN-HAQUE opened 5 years ago
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?
dump() is not released at PyPI yet. Try with the master branch of this repository.
dump()
master
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?