gak / pycallgraph

pycallgraph is a Python module that creates call graphs for Python programs.
GNU General Public License v2.0
1.83k stars 335 forks source link

Decorators! #120

Closed gak closed 9 years ago

gak commented 10 years ago

e.g.:

@pycallgraph.decorators.trace(output=GraphvizOutput())
def method():
    pass
gak commented 10 years ago

There's two forks with decorators at the moment: