public abstract class MultiThreadedBenchmarkAlgorithm extends MultiThreadedAlgorithm implements Benchmark
MultiThreaded
, Benchmark
and Algorithm
so that less
code has to be re-implemented.
IMPORTANT: It is not meant to be used for any other purpose than that, it
should not be demanded by any other method or generic construct, use the
interfaces instead.Modifier and Type | Field and Description |
---|---|
protected long |
processingTime |
errorMessage, numThreads
Constructor and Description |
---|
MultiThreadedBenchmarkAlgorithm() |
Modifier and Type | Method and Description |
---|---|
long |
getProcessingTime() |
getErrorMessage, getNumThreads, setNumThreads, setNumThreads
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkInput, process
public long getProcessingTime()
getProcessingTime
in interface Benchmark
Copyright © 2015–2022 ImgLib2. All rights reserved.