rkern / line_profiler

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

how can I run the profiler multiple times, and then save the results of each function profiled #150

Open Francisobiagwu opened 5 years ago

Francisobiagwu commented 5 years ago

Hello, I want to run the profiler on my code multiple times, then save all the times generated for the functions. This will enable me to calculate the average time for each function