at.dms.kjc.sir.stats
Class ParallelizationGathering

java.lang.Object
  extended by 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.


Constructor Summary
ParallelizationGathering()
           
 
Method Summary
static void doit(SIRStream str, int processors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParallelizationGathering

public ParallelizationGathering()
Method Detail

doit

public static void doit(SIRStream str,
                        int processors)