| Title |
Description |
| CodeViz |
CodeViz is a tool for generating call graphs from source code. It supports various
data collection methods such as using a patched compiler or objdump to
collect proper information about the source and its layout. It currently
supports C and C++ and comes with full man pages. |
| MM Tests |
MMTests is a configurable test suite that runs a number of common
workloads of interest to MM developers. |
| VM Regress |
VM Regress is the very early stages of developing a VM tool for
regression testing and benchmarking the VM in a very specific manner.
The tools that currently exist tend to be a bit crude and difficult
to repeat. This tool aims to address the problem |