public final class Benchmark<T extends BatchAlignerWithBaseParameters> extends Object implements cc.redberry.pipe.Processor<BenchmarkInput<T>,BenchmarkResults>
| Modifier and Type | Class and Description |
|---|---|
static class |
Benchmark.ExceptionData |
static interface |
Benchmark.ExceptionListener |
| Constructor and Description |
|---|
Benchmark(long maxExecutionTime) |
Benchmark(long maxExecutionTime,
long maxNoHits) |
| Modifier and Type | Method and Description |
|---|---|
BenchmarkResults |
process(BenchmarkInput input) |
void |
setExceptionListener(Benchmark.ExceptionListener exceptionListener) |
public Benchmark(long maxExecutionTime)
public Benchmark(long maxExecutionTime,
long maxNoHits)
public void setExceptionListener(Benchmark.ExceptionListener exceptionListener)
public BenchmarkResults process(BenchmarkInput input)
process in interface cc.redberry.pipe.Processor<BenchmarkInput<T extends BatchAlignerWithBaseParameters>,BenchmarkResults>Copyright © 2018. All rights reserved.