Last Update Time-stamp: "97/07/04 00:42:17 zdu"
 zprof is a basic block profiler for ANSI-C programs.  It 
produces a count of the number of times each basic block is executed.
It's behavior is similar to that produced by using gcc -a and
other similar line-count profilers.  
 Given a simple primes-computation program primes.c, zprof can annotate each basic block with its execution
count.
 Part of the motivation for writing zprof was to provide an
advanced tutorial on the use of zlex and
zyacc and the
interaction between them.
You can view the man page and the README with installation instructions.
Download the entire package.
Other projects I've worked on.
Feedback: Please email any feedback to zdu@acm.org.