ondrajz / go-callvis

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

Call graph of server start with run #38

Closed gitbub1992 closed 5 years ago

gitbub1992 commented 5 years ago

Hi, I want to use go-callvis to get the call graph of pd server which starts with function Run(). Command like this: go-callvis -focus="" -limit github.com/pingcap/pd/server -ignore github.com/pingcap/pd/vendor | dot -Tpng -o pd_server.png

Nothing I got but the usage, so what is the problem?

ondrajz commented 5 years ago

This issue is duplicate of: https://github.com/TrueFurby/go-callvis/issues/36 closing it. Related PR that will fix this: https://github.com/TrueFurby/go-callvis/pull/39