Uses of Class
com.google.caliper.runner.VirtualMachine

Packages that use VirtualMachine
com.google.caliper.runner   
 

Uses of VirtualMachine in com.google.caliper.runner
 

Methods in com.google.caliper.runner that return VirtualMachine
static VirtualMachine VirtualMachine.from(String name, String home, Map<String,String> argMap, List<String> verboseModeArgs)
           
static VirtualMachine VirtualMachine.hostVm()
           
 VirtualMachine Scenario.vm()
           
 

Methods in com.google.caliper.runner that return types with arguments of type VirtualMachine
 com.google.common.collect.ImmutableSet<VirtualMachine> ScenarioSelection.vms()
           
 com.google.common.collect.ImmutableSet<VirtualMachine> FullCartesianScenarioSelection.vms()
           
 

Methods in com.google.caliper.runner with parameters of type VirtualMachine
 String ResultDataWriter.writeVM(VirtualMachine virtualMachine)
           
 

Constructors in com.google.caliper.runner with parameters of type VirtualMachine
Scenario(BenchmarkMethod benchmarkMethod, Map<String,String> userParameters, Map<String,String> vmArguments, VirtualMachine vm)
           
 

Constructor parameters in com.google.caliper.runner with type arguments of type VirtualMachine
FullCartesianScenarioSelection(Collection<BenchmarkMethod> benchmarkMethods, Collection<VirtualMachine> vms, com.google.common.collect.SetMultimap<String,String> userParameters, com.google.common.collect.SetMultimap<String,String> vmArguments)
           
 



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