public class DetailReport extends Object
Constructor and Description |
---|
DetailReport(String detFile) |
Modifier and Type | Method and Description |
---|---|
double |
getOpAvgThruput(int opIdx) |
String |
getOpName(int opIdx) |
ArrayList<Double> |
getOpRT(int opIdx) |
ArrayList<Integer> |
getOpRTDist(int opIdx) |
ArrayList<Double> |
getOpThruput(int opIdx) |
ArrayList<Double> |
getThruput() |
ArrayList<Double> |
getTimes() |
ArrayList<Double> |
getTimesDist() |
public DetailReport(String detFile) throws IOException
IOException
public String getOpName(int opIdx)
public double getOpAvgThruput(int opIdx)
public ArrayList<Double> getOpRT(int opIdx) throws IOException
IOException
public ArrayList<Integer> getOpRTDist(int opIdx) throws IOException
IOException
public ArrayList<Double> getTimes() throws IOException
IOException
public ArrayList<Double> getTimesDist() throws IOException
IOException