Uses of Class
com.google.caliper.util.ShortDuration

Packages that use ShortDuration
com.google.caliper.runner   
com.google.caliper.util   
 

Uses of ShortDuration in com.google.caliper.runner
 

Methods in com.google.caliper.runner that return ShortDuration
 ShortDuration Instrument.estimateRuntimePerTrial()
           
 ShortDuration MicrobenchmarkInstrument.estimateRuntimePerTrial()
           
 

Methods in com.google.caliper.runner with parameters of type ShortDuration
 void DefaultConsoleWriter.afterRun(ShortDuration elapsed)
           
 void SilentConsoleWriter.afterRun(ShortDuration elapsed)
           
 void ConsoleWriter.afterRun(ShortDuration elapsed)
           
 void DefaultConsoleWriter.beforeRun(int trials, int scenarioCount, ShortDuration estimate)
           
 void SilentConsoleWriter.beforeRun(int trials, int scenarioCount, ShortDuration estimate)
           
 void ConsoleWriter.beforeRun(int trials, int scenarioCount, ShortDuration estimate)
           
 

Uses of ShortDuration in com.google.caliper.util
 

Methods in com.google.caliper.util that return ShortDuration
abstract  ShortDuration ShortDuration.dividedBy(BigDecimal divisor, RoundingMode roundingMode)
          Returns an instance of this type that represents this value divided by divisor, rounded according to roundingMode if necessary.
abstract  ShortDuration ShortDuration.dividedBy(long divisor, RoundingMode roundingMode)
          Returns an instance of this type that represents this value divided by the integral value divisor, rounded according to roundingMode if necessary.
abstract  ShortDuration ShortDuration.minus(ShortDuration subtrahend)
          Returns an instance of this type that represents the difference of this value and subtrahend.
static ShortDuration ShortDuration.of(BigDecimal duration, TimeUnit unit)
           
static ShortDuration ShortDuration.of(long duration, TimeUnit unit)
           
abstract  ShortDuration ShortDuration.plus(ShortDuration addend)
          Returns an instance of this type that represents the sum of this value and addend.
abstract  ShortDuration ShortDuration.times(BigDecimal multiplicand, RoundingMode roundingMode)
          Returns an instance of this type that represents the product of this value and multiplicand, rounded according to roundingMode if necessary.
abstract  ShortDuration ShortDuration.times(long multiplicand)
          Returns an instance of this type that represents the product of this value and the integral value multiplicand.
static ShortDuration ShortDuration.valueOf(String s)
           
static ShortDuration ShortDuration.zero()
           
 

Methods in com.google.caliper.util with parameters of type ShortDuration
abstract  ShortDuration ShortDuration.minus(ShortDuration subtrahend)
          Returns an instance of this type that represents the difference of this value and subtrahend.
abstract  ShortDuration ShortDuration.plus(ShortDuration addend)
          Returns an instance of this type that represents the sum of this value and addend.
 



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