ondrajz / go-callvis

Visualize call graph of a Go program using Graphviz
https://ofabry.github.io/go-callvis
MIT License
5.82k stars 402 forks source link

Breaking up large graphs #97

Open suntong opened 2 years ago

suntong commented 2 years ago

Any other ways to break up large graphs besides the following?

  -limit string
        Limit package paths to given prefixes (separated by comma)

I gave my package name but the generated graph is still too big to display properly.
Is there any way to break it further apart?

Thanks