Added fixup-gv.sh and Makefile rules to generate annotated goroutines in graphviz output.

Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
Russ Magee 2018-11-25 18:43:53 -08:00
parent 2da0d8b198
commit fc05a9a4a3
11 changed files with 172 additions and 1640 deletions

View file

@ -10,5 +10,6 @@ clean:
$(RM) $(EXE) $(EXE).exe
vis:
go-callvis -skipbrowser -png -svg -output hkexshd-vis -ignore $(EXTPKGS) -group pkg,type .
go-callvis -skipbrowser -output hkexshd-vis -ignore $(EXTPKGS) -group pkg,type .
../fixup-gv.sh hkexshd.go && cat hkexshd-vis.gv | dot -Tpng -ohkexshd-vis.gv.png