
ETrt.h    -- Runtime system for gathering trace information.
ETrt.c    -- This file is #included in the file containg main()

ProjGen.C -- This is a program that generates sample programs
             that can be traced.

SegDB.txt -- This is a list of functions that should be considered
             as a block of sequential code.

cycle.h   -- A cycle timer borrowed from the FFTW project.

main.C    -- This is the translator that instruments user code
             to identify unique loop and sequential segments 
             and gather CPU counter data with repect to those
             segments.

Makefile  -- used to build main.C

