Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 465 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 465 Bytes

callgraph

Usage

  1. run graphgen on your project source directory.
graphgen --listen-addr 127.0.0.1:12800 --project-dir /home/do/ws/collama
  1. open http://127.0.0.1:12800/callgraph/html?depth=4
  2. choose a function to draw callgraph.
  • screenshot:

demo2

  • usage gif:

demo1

Todo

  • supports typescript (completed)
  • supports JavaGolang