Uses of Class
bb.util.Benchmark.JvmState

Packages that use Benchmark.JvmState
bb.util Provides miscellaneous utility classes and interfaces. 
 

Uses of Benchmark.JvmState in bb.util
 

Fields in bb.util declared as Benchmark.JvmState
protected  Benchmark.JvmState Benchmark.Measurement.jvmState
          Records Benchmark.JvmState just after the measurement ended.
 

Methods in bb.util with parameters of type Benchmark.JvmState
protected  String Benchmark.JvmState.difference(Benchmark.JvmState other)
          Returns a String report of the differences, if any, between this instance and other.
 

Constructors in bb.util with parameters of type Benchmark.JvmState
Benchmark.Measurement(double executionTime, Benchmark.JvmState jvmState)
          Constructor.