go-callvis icon indicating copy to clipboard operation
go-callvis copied to clipboard

Visualize call graph of a Go program using Graphviz

Results 104 go-callvis issues
Sort by recently updated
recently updated
newest added

on the ubuntu system, it also does not work after install mingw64 and set the ignore flag to ignore the package include 'c' api. How can I solve the problem?

hi guys,i found performance different in below golang versions ### go version go1.13.3 linux/amd64 ``` go-callvis -nostd -format=png -file callvis -group pkg,type github.com/ofabry/go-callvis 2022/03/18 15:10:53 DoAnalysis cost time: 16745542967ns 16745ms...

question

I wanted to run `go-callvis` on the github cli. I tried: ``` git clone https://github.com/cli/cli ghcli cd ghcli go-callvis github.com/cli/cli ``` But that results in: ``` -: no required module...

Currently, i use `go-callvis -file=filename ` to gen a svg call graph for my project. But i find the output is just a filename.svg that cover main.go . Acctually, i...

question

在生成docker 代码daemon时,发现代码中有//+build daemon标记,go build 带tags 参数发现能走到对应分支,但是通过此工具时,发现没有走到对应的代码

~help wanted I make an examples, the project dir like this: . ├── dir1 │ ├── f1.go │ └── f1_nolic.go └── main.go if i build with ```shell go build ```...

I want to visualize the `kubelet` source code, but the following methods are `too resource-intensive` and the system can't afford it ``` // path is /root/go/src/k8s.io/kubernetes/cmd/kubelet go-callvis -format=svg -nostd -group...

I'm not sure if this is my go env issue or I ran the incorrect command. I pulled k8s repo and ran 'go-callvis -group pkg,type -debug -format=png -file=/tmp/kubeadm k8s.io/kubernetes/cmd/kubeadm |...

bash: syntax error near unexpected token `newline'