public class ScenarioResultChange extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ScenarioResultChange.Type |
Constructor and Description |
---|
ScenarioResultChange(ScenarioKey scenarioKey,
ScenarioResult old,
ScenarioResult nu) |
Modifier and Type | Method and Description |
---|---|
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() |
public ScenarioResultChange(ScenarioKey scenarioKey, ScenarioResult old, ScenarioResult nu)
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()
Copyright © 2004-2012. All Rights Reserved.