what-studio / profiling

Was an interactive continuous Python profiler.
BSD 3-Clause "New" or "Revised" License
2.97k stars 113 forks source link

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

Open MD-AMAAN-HAQUE opened 5 years ago

MD-AMAAN-HAQUE commented 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?

sublee commented 5 years ago

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