You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: