PipeGraph Decorator
This commit is contained in:
parent
8f6699ecc6
commit
cf959384cc
2 changed files with 12 additions and 6 deletions
6
assets/pipegraph/pycallgraph_test.py
Normal file
6
assets/pipegraph/pycallgraph_test.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from pycallgraph2 import PyCallGraph
|
||||
from pycallgraph2.output import GraphvizOutput
|
||||
from assets.example_test.graph_example import main
|
||||
|
||||
with PyCallGraph(output=GraphvizOutput()):
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue