-
Notifications
You must be signed in to change notification settings - Fork 0
bozzzzo/profily
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Show a diagram of timeflow in the callgraph. Thickness of lines repesents amount of time spend in that subgraph Redness of squares represents mount of time spent by self, not by descendants usage: $ profily --dot callgraph.dot myscript.py $ dot -T pdf callgraph.dot > callgraph.pdf $ open callgraph.pdf TODO: - figure out how to profile a generator that was created elsewhere - add more control over the output to the commandline
About
A hacked up python profile module that generates an annotated callgraph
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published