nvdv / vprof

Visual profiler for Python
BSD 2-Clause "Simplified" License
3.95k stars 154 forks source link

Persist profile_stats and add enable re-runs using cached results #39

Closed rs2 closed 7 years ago

rs2 commented 8 years ago

Consider profiling a relatively long-running script. There's a well-defined use case where you just want to reuse cached profile results.

nvdv commented 8 years ago

I plan to add a feature to save profiling results to file and render visualizations from file soon. Implementing cached results merge is way harder and I am thinking about postponing it.