nvdv / vprof

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

Provide a way to share the results with others who don't have vprof #23

Closed hschilling closed 7 years ago

hschilling commented 8 years ago

Maybe there is a way to do this. If I save off the whole Webpage, including supporting files, I get the initial graphics and text but the mouseovers don't work, I assume because there is no node.js server to provide that info?

I should have mentioned that the Flame chart is great!

nvdv commented 8 years ago

Thanks! Currently there's no reliable way to save previously rendered page with all interactive elements. But since the page is rendered on load, in theory it is possible to render it from provided JSON file.

hschilling commented 8 years ago

OK. Thanks! If I had the time, I would love to try to add that capability.

nvdv commented 7 years ago

vprof can render profiled stats from JSON now, so closing this one.