Package ej.benchmark.time
Contains classes to define the performance benchmarks time strategy.
-
Interface Summary Interface Description TimeStrategy Defines a time strategy to get a time in nanoseconds. -
Class Summary Class Description PlatformTimeStrategy This class implements a time strategy over theUtil.platformTimeNanos().SystemCurrentTimeStrategy This class implements a time strategy over theSystem.currentTimeMillis().