ondrajz / go-callvis

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

no output even with -debug option #102

Closed imageslr closed 2 years ago

imageslr commented 3 years ago

I run below command in my repo:

 go-callvis -focus ./ -limit ./ -nostd -debug ./

But there were no output. I've already built this repo. Is this because that the repo is too large?

go-callvis has the highest cpu usage:

image

ondrajz commented 2 years ago

How long does it run like this? Does it ever finish? Try setting -focus=main.

imageslr commented 2 years ago

The environment on my machine has been reset. I cannot reproduce it. Thanks for your reply.