public class RunRecord extends Object
| Constructor and Description |
|---|
RunRecord() |
RunRecord(long runId,
double runTime) |
RunRecord(long runId,
double runTime,
double runMemory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object run) |
long |
getRunId() |
double |
getRunMemory() |
double |
getRunTime() |
void |
setRunId(long runId) |
void |
setRunMemory(double runMemory) |
void |
setRunTime(double runTime) |
String |
toString() |
public RunRecord()
public RunRecord(long runId,
double runTime)
runId - the id of the runrunTime - the time duration recorded by the runpublic RunRecord(long runId,
double runTime,
double runMemory)
runId - the id of the runrunTime - the time duration recorded by the runrunMemory - the size of the utilized memoryCopyright © 2018. All rights reserved.