Uses of Class
com.google.caliper.Scenario

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)
           
 



Copyright © 2009-2011 Google, Inc.. All Rights Reserved.