public abstract class BlockStatisticParser
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
ldMaxBlockSize |
protected int |
ldMinBlockSize |
protected double |
timeBase |
protected java.lang.String |
traceFileName |
protected boolean |
useTimeBase |
Modifier | Constructor and Description |
---|---|
protected |
BlockStatisticParser(int ldMinBlockSize,
int ldMaxBlockSize,
java.lang.String traceFileName,
double timeBase) |
protected int ldMinBlockSize
protected int ldMaxBlockSize
protected java.lang.String traceFileName
protected double timeBase
protected boolean useTimeBase
protected BlockStatisticParser(int ldMinBlockSize, int ldMaxBlockSize, java.lang.String traceFileName, double timeBase)
protected void parse(Parameter par)