rkern / line_profiler

(OLD REPO) Line-by-line profiling for Python - Current repo ->
https://github.com/pyutils/line_profiler
Other
3.6k stars 254 forks source link

Export stats to pandas dataframe #130

Closed JoergVanAken closed 5 years ago

JoergVanAken commented 6 years ago

I really like the line profiler. To make the results easier to understand I added the feature to export the result to a pandas dataframe. In combination with two small extra funtions it is very easy to get an overview where the time is spent a to go into details. Please let me know if you are interested in this so that I can make the code available.

image

caethan commented 5 years ago

Very interesting, but probably not something we're going to pull in the main repo.