profiling icon indicating copy to clipboard operation
profiling copied to clipboard

AttributeError: 'TracingProfiler' object has no attribute 'dump'

Open MD-AMAAN-HAQUE opened this issue 6 years ago • 1 comments

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?

MD-AMAAN-HAQUE avatar Jan 29 '19 10:01 MD-AMAAN-HAQUE

dump() is not released at PyPI yet. Try with the master branch of this repository.

sublee avatar Jan 29 '19 16:01 sublee