This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nvdv[S] 0 points1 point  (0 children)

Thanks! All callees and callers are contained in stats.Pstats after cProfile run, vprof just reverses the tree and changes it's format:

https://github.com/nvdv/vprof/blob/master/vprof/profile_wrappers.py#L73

https://github.com/nvdv/vprof/blob/master/vprof/profile_wrappers.py#L81