Package at.dms.kjc.sir.stats

Provides passes to gather statistics about stream programs, such as parallelization potential and botteleneck work.

See:
          Description

Class Summary
ParallelizationGathering This class gathers statistics about the parallelization potential of stream programs.
StatisticsGathering This class gathers statistics about stream programs in order to characterize their important properties.
 

Package at.dms.kjc.sir.stats Description

Provides passes to gather statistics about stream programs, such as parallelization potential and botteleneck work.

This package was written by Jeremy Wong as part of his M.Eng thesis, Modeling the Scalability of Acyclic Stream Programs. The harness that calls this code is not completely integrated with the rest of the source tree, so it may not be usable in its current form. This code also appears to depend on some minor adjustment of constants elsewhere in the source tree (such as WorkEstimate) that were never checked in. Thus, it might not be possible to reproduce the numbers reported in the thesis without consulting in Jeremy's home directory on the MIT CAG server (grep for "jnwong" in the StreamIt .java sources under /u/jnwong/streams/src).