Uses of Class
org.apache.uima.fit.benchmark.Benchmark
Packages that use Benchmark
- 
Uses of Benchmark in org.apache.uima.fit.benchmarkMethods in org.apache.uima.fit.benchmark that return BenchmarkModifier 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) Methods in org.apache.uima.fit.benchmark with parameters of type BenchmarkModifier and TypeMethodDescriptionBenchmarkGroup.addIgnoringTemplate(Benchmark aBenchmark) voidBenchmark.applyTemplate(Benchmark aTemplate) Constructors in org.apache.uima.fit.benchmark with parameters of type Benchmark