Uses of Class
org.smallmind.instrument.Clocks

Packages that use Clocks
org.smallmind.instrument   
 

Uses of Clocks in org.smallmind.instrument
 

Methods in org.smallmind.instrument that return Clocks
static Clocks Clocks.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Clocks[] Clocks.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.smallmind.instrument with parameters of type Clocks
static org.smallmind.instrument.Metrics.ChronometerBuilder Metrics.buildChronometer(Samples samples, TimeUnit durationUnit, long tickInterval, TimeUnit tickTimeUnit, Clocks clocks)
           
static org.smallmind.instrument.Metrics.ChronometerBuilder Metrics.buildChronometer(TimeUnit durationUnit, long tickInterval, TimeUnit tickTimeUnit, Clocks clocks)
           
static Metrics.MetricBuilder Metrics.buildMeter(long tickInterval, TimeUnit tickTimeUnit, Clocks clocks)
           
 



Copyright © 2012. All Rights Reserved.