com.google.caliper.runner
Interface CaliperOptions

All Known Implementing Classes:
ParsedOptions

public interface CaliperOptions


Method Summary
 String benchmarkClassName()
           
 com.google.common.collect.ImmutableSet<String> benchmarkMethodNames()
           
 boolean calculateAggregateScore()
           
 String caliperRcFilename()
           
 boolean detailedLogging()
           
 boolean dryRun()
           
 String instrumentName()
           
 String outputFileOrDir()
           
 int trialsPerScenario()
           
 com.google.common.collect.ImmutableSetMultimap<String,String> userParameters()
           
 boolean verbose()
           
 com.google.common.collect.ImmutableSetMultimap<String,String> vmArguments()
           
 com.google.common.collect.ImmutableSet<String> vmNames()
           
 

Method Detail

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.