GitXplorerGitXplorer
g

callgraph

public
7 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
a1a964ce6ea58af3326ea60c6bc2e95e32cc7e4c

Add a simple README

ggnprice committed 13 years ago
Unverified
7cd4059492f6b01c79a6ecdf25d3ac11ebd0eb5c

Document a bit; provide for multi-page scaling

ggnprice committed 13 years ago
Unverified
fbe70763c0bb5c2a28f4cacd61aa5905bea148b8

Add .gitignore

ggnprice committed 13 years ago
Unverified
9f9090166b1611894d29b9b17486188dac6abce5

Pull non-static functions to left-hand side

ggnprice committed 13 years ago
Unverified
2628d50da8831413ae913ed21bb8369e5a054013

Detect static functions, highlight non-static

ggnprice committed 13 years ago
Unverified
511df1d8a3f04853e727ee67cfc6fe2ba766e8d5

Initial commit

ggnprice committed 13 years ago

README

The README file for this repository.

Usage: callgraph <foo.c >foo.dot (then dot -Tps <foo.dot >foo.ps)

Reads the input as (idiomatic) C code, heuristically, and graphs functions defined and calls made between those functions.

Functions which might be called from outside of the file, i.e. non-static functions, are highlighted with a box and pulled out to the left-hand side.