|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.dms.kjc.spacedynamic.NumberGathering
public class NumberGathering
This class stores statistics needed to generate automatic performance statistics on the raw simulator. For each file writer, this class calculates how many items will be written for the init and for each steady-state.
Field Summary | |
---|---|
HashSet<FlatNode> |
fileWriters
the file writers of the application |
HashMap<FlatNode,Integer> |
index
holds the index of each filewriter |
HashMap<FlatNode,Integer> |
skip
holds the number of items each fw writes in init |
HashMap<FlatNode,Integer> |
steady
holds the number of items each fw writes in steady state |
int |
totalSteadyItems
total number of items written in init stage |
Constructor Summary | |
---|---|
NumberGathering()
|
Method Summary | |
---|---|
void |
doit(SpdStreamGraph streamGraph)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public HashSet<FlatNode> fileWriters
public HashMap<FlatNode,Integer> steady
public HashMap<FlatNode,Integer> skip
public HashMap<FlatNode,Integer> index
public int totalSteadyItems
Constructor Detail |
---|
public NumberGathering()
Method Detail |
---|
public void doit(SpdStreamGraph streamGraph)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |