com.google.caliper.runner
Interface ScenarioSelection

All Known Implementing Classes:
FullCartesianScenarioSelection

public interface ScenarioSelection


Method Summary
 com.google.common.collect.ImmutableSet<BenchmarkMethod> benchmarkMethods()
           
 com.google.common.collect.ImmutableSet<Scenario> buildScenarios()
           
 String selectionType()
           
 com.google.common.collect.ImmutableSetMultimap<String,String> userParameters()
           
 com.google.common.collect.ImmutableSetMultimap<String,String> vmArguments()
           
 com.google.common.collect.ImmutableSet<VirtualMachine> vms()
           
 

Method Detail

benchmarkMethods

com.google.common.collect.ImmutableSet<BenchmarkMethod> benchmarkMethods()

vms

com.google.common.collect.ImmutableSet<VirtualMachine> vms()

userParameters

com.google.common.collect.ImmutableSetMultimap<String,String> userParameters()

vmArguments

com.google.common.collect.ImmutableSetMultimap<String,String> vmArguments()

buildScenarios

com.google.common.collect.ImmutableSet<Scenario> buildScenarios()

selectionType

String selectionType()


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