It appears the existing visualization logic is already very close to Chrome's "flame chart" display (http://addyosmani.com/blog/devtools-flame-charts/).
How hard would it be to add support for timeline displays to snakeviz ? As a first step, I suggest to separate the logic that loads data (which right now assumes the pstats-specific format) from the visualization. It would be great if one could "plug in" alternate input formats, and fine-tune the visualization, such that the x-axis could actually represent time.
It appears the existing visualization logic is already very close to Chrome's "flame chart" display (http://addyosmani.com/blog/devtools-flame-charts/). How hard would it be to add support for timeline displays to snakeviz ? As a first step, I suggest to separate the logic that loads data (which right now assumes the pstats-specific format) from the visualization. It would be great if one could "plug in" alternate input formats, and fine-tune the visualization, such that the x-axis could actually represent time.