Uses of Class
de.galan.commons.util.Measure
Packages that use Measure
-
Uses of Measure in de.galan.commons.util
Methods in de.galan.commons.util that return MeasureModifier and TypeMethodDescriptionIf provided, the average on a single invocation will be calculated/logged after every n-iterations.Measure.logStartMessage(boolean logStartMessage) static MeasureBuilds a new Measure object to measure invocations of runnables/callables.Measure.run(ExceptionalRunnable runnable) Measure the invocation time of the given ExceptionalRunnable.Measure the invocation time of the given Runnable (without Exception).