at.dms.kjc.sir.stats
Class ParallelizationGathering
java.lang.Object
at.dms.kjc.sir.stats.ParallelizationGathering
public class ParallelizationGathering
- extends Object
This class gathers statistics about the parallelization potential
of stream programs. It overrides the VisitFilter, PostVisitPipeline,
and PostVisitSplitJoin methods (extends EmptyStreamVisitor)
11/12/03, v1.00 jnwong
v.1.10:
Added communication cost parallelization, refined nocost
option such that it only halves filters along the critical path.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParallelizationGathering
public ParallelizationGathering()
doit
public static void doit(SIRStream str,
int processors)