Uses of Class
org.apache.uima.fit.benchmark.Benchmark
-
Uses of Benchmark in org.apache.uima.fit.benchmark
Modifier and TypeMethodDescriptionBenchmark.ignore
(boolean aIgnore) Benchmark.incrementTimes
(int aTimes) Benchmark.initialize
(IntConsumer aPieceOfCode) Benchmark.limit
(long aLimit) Benchmark.magnitude
(int aMagnitude) Benchmark.magnitudeIncrement
(IntFunction<Integer> aIncrement) Benchmark.measure
(RunnableWithExceptions aPieceOfCode) Benchmark.repeat
(int aRepeat) Benchmark.timer
(LongSupplier aTimer, DoubleFunction<Double> aToMs) Modifier and TypeMethodDescriptionBenchmarkGroup.addIgnoringTemplate
(Benchmark aBenchmark) void
Benchmark.applyTemplate
(Benchmark aTemplate)