linesman
linesman copied to clipboard
Overall stats should be persisted
Currently, cProfile stats are converted to a native format to be used by Linesman and discarded. This is because the cProfile stats themselves contain lots of proprietary information that isn't used and can't safely be pickled--such as code.
However, because this is a tree, combining the two trees (and joining like nodes) is fairly trivial.