python - Save Spyder (Anaconda) profiler output -


spyder, ide comes anaconda python distribution, has integrated code profiler, can used pressing f10 within ide.

is possible save file (maybe csv/txt), share other team members or review later?

otherwise, can please point me other code profiler tools allow this?

edit: using python 2.7

saving profiler data can done if using spyder 3.0 or higher. can see below, need press button called save data it:

profiler screenshot

note: can load previous data , profiler show diff times between previous , current results.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -