|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.dms.kjc.spacetime.DRAMCommandDist
public class DRAMCommandDist
Determine the number of read and write commands that each dram has issued to it for a given schedule of slices.
| Constructor Summary | |
|---|---|
DRAMCommandDist(Slice[] schedule,
RawProcElements rawChip)
Create a new object that will calculate how many DRAM commands each DRAM has issued to it for schedule on rawChip. |
|
| Method Summary | |
|---|---|
void |
calcDRAMDist()
|
int |
getInterReads(StreamingDram dram)
Return the number of reads from |
int |
getInterWrites(StreamingDram dram)
Return the number of writes from |
int |
getIntraReads(StreamingDram dram)
Return the number of reads from |
int |
getIntraWrites(StreamingDram dram)
Return the number of writes from |
void |
printDramCommands()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DRAMCommandDist(Slice[] schedule,
RawProcElements rawChip)
schedule - The schedule.rawChip - The raw chip.| Method Detail |
|---|
public int getInterWrites(StreamingDram dram)
dramduring schedule for splitting and joining.
dram -
dramduring schedule for splitting and joining
public int getInterReads(StreamingDram dram)
dramduring schedule for splitting and joining.
dram -
dramduring schedule for splitting and joining
public int getIntraWrites(StreamingDram dram)
dramduring schedule within a trace (intra trace buffers).
dram -
dramduring schedule within a trace (intra trace buffers).
public int getIntraReads(StreamingDram dram)
dramduring schedule within a trace (intra trace buffer).
dram -
dramduring schedule within a trace (intra trace buffer).
public void calcDRAMDist()
public void printDramCommands()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||