Why does PyCallGraph2 describe itself while profiling "Hello, World"?

341 Views Asked by At

Suppose we have the following file labelled hello.py:

print('Hello, World.')

and we run PyCallGraph on it:

$ pycallgraph graphviz hello.py
Hello, World.

which produces the file pycallgraph.png which we can inspect:

enter image description here

Is there a use case or justification for having pycallgraph2 included in this output?

0

There are 0 best solutions below