コールグラフを作る
C言語
のコールグラフを調査用に作成したい
GNU cflow
GNU cflow
egypt
egypt
egypt - create call graph from gcc RTL dump
インストール
$ curl -O
http://www.gson.org/egypt/download/egypt-1.11.tar.gz
$ tar -zxf egypt-1.11.tar.gz
$ egypt-1.11
$ perl Makefile.PL
$ make
$ make install
Eclipseのやつ
Eclipseのやつ
Linux Tools - Function Callgraph | The Eclipse Foundation
メモ
CodeQuery | A code-understanding, code-browsing or code-search tool. This is a tool to index, then query or search C, C++, Java, Python, Ruby, Go and Javascript source code. It builds upon the databases of cscope and ctags, and provides a nice GUI tool.
Ruby (およびRails) のIDEで、呼び出し階層の表示機能があるものは存在しますか? - スタック・オーバーフロー