|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.brianfromoregon.ScenarioResultChange
public class ScenarioResultChange
The difference in memory results between two scenarios.
| Nested Class Summary | |
|---|---|
static class |
ScenarioResultChange.Type
|
| Constructor Summary | |
|---|---|
ScenarioResultChange(ScenarioKey scenarioKey,
ScenarioResult old,
ScenarioResult nu)
|
|
| Method Summary | |
|---|---|
String |
getBenchmarkName()
For CaliperBuildAction/index.jelly |
String |
getBytesString()
For CaliperBuildAction/index.jelly |
ScenarioResultChange.Type |
getBytesType()
|
String |
getInstancesString()
For CaliperBuildAction/index.jelly |
ScenarioResultChange.Type |
getInstancesType()
|
Integer |
getNewBytes()
|
Integer |
getNewInstances()
|
Double |
getNewNanos()
|
Integer |
getOldBytes()
|
Integer |
getOldInstances()
|
Double |
getOldNanos()
|
Map<String,String> |
getScenario()
For CaliperBuildAction/index.jelly |
String |
getTimeString()
For CaliperBuildAction/index.jelly |
ScenarioResultChange.Type |
getTimeType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScenarioResultChange(ScenarioKey scenarioKey,
ScenarioResult old,
ScenarioResult nu)
| Method Detail |
|---|
public Integer getNewBytes()
public Integer getNewInstances()
public Double getNewNanos()
public Integer getOldBytes()
public Integer getOldInstances()
public Double getOldNanos()
public ScenarioResultChange.Type getBytesType()
public ScenarioResultChange.Type getInstancesType()
public ScenarioResultChange.Type getTimeType()
public String getBytesString()
public String getInstancesString()
public String getTimeString()
public String getBenchmarkName()
public Map<String,String> getScenario()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||