com.google.caliper.runner
Interface CaliperOptions
- All Known Implementing Classes:
- ParsedOptions
public interface CaliperOptions
benchmarkClassName
String benchmarkClassName()
benchmarkMethodNames
com.google.common.collect.ImmutableSet<String> benchmarkMethodNames()
vmNames
com.google.common.collect.ImmutableSet<String> vmNames()
userParameters
com.google.common.collect.ImmutableSetMultimap<String,String> userParameters()
vmArguments
com.google.common.collect.ImmutableSetMultimap<String,String> vmArguments()
instrumentName
String instrumentName()
trialsPerScenario
int trialsPerScenario()
outputFileOrDir
String outputFileOrDir()
detailedLogging
boolean detailedLogging()
verbose
boolean verbose()
calculateAggregateScore
boolean calculateAggregateScore()
dryRun
boolean dryRun()
caliperRcFilename
String caliperRcFilename()
Copyright © 2009-2011 Google, Inc.. All Rights Reserved.