So as of now I can load Coldshot profiles into RunSnakeRun. So far they are no more informative than a cProfile profile. Now the fun part is seeing what kind of tools can actually be fashioned when you have all of this information...
Some ideas
- per-thread views (I think that's a given)
- browse into set of all calls, with calls split up by e.g. bins of run-times
- individual calls by "time line" of calls as a graph of time vs. run-time
- bins of "path" maps of a function (basically see the function calls split by what set of ...