|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scenario | |
---|---|
com.google.caliper |
Uses of Scenario in com.google.caliper |
---|
Methods in com.google.caliper that return Scenario | |
---|---|
Scenario |
ScenarioSelection.normalizeScenario(Scenario scenario)
Returns a normalized version of scenario , with information from suite
assisting in correcting problems. |
Scenario |
SimpleBenchmark.normalizeScenario(Scenario scenario)
|
Methods in com.google.caliper that return types with arguments of type Scenario | |
---|---|
Map<Scenario,ScenarioResult> |
Run.getMeasurements()
|
List<Scenario> |
ScenarioSelection.select()
Returns the selected scenarios for this benchmark. |
Methods in com.google.caliper with parameters of type Scenario | |
---|---|
ConfiguredBenchmark |
ScenarioSelection.createBenchmark(Scenario scenario)
|
com.google.caliper.Vm |
VmFactory.createVm(Scenario scenario)
|
Scenario |
ScenarioSelection.normalizeScenario(Scenario scenario)
Returns a normalized version of scenario , with information from suite
assisting in correcting problems. |
Scenario |
SimpleBenchmark.normalizeScenario(Scenario scenario)
|
Constructor parameters in com.google.caliper with type arguments of type Scenario | |
---|---|
Run(Map<Scenario,ScenarioResult> measurements,
String benchmarkName,
Date executedTimestamp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |