Class PerformanceAnalyzer
java.lang.Object
ch.nolix.base.errorcontrol.performanceanalysis.PerformanceAnalyzer
- All Implemented Interfaces:
IPerformanceAnalyzer
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<O> booleanonObjectsFromObjectSupplierActionHasGivenOrLowerTimeComplexity(IntFunction<O> objectSupplier, Consumer<O> action, LongToDoubleFunction timeComplexityFunction)
-
Constructor Details
-
PerformanceAnalyzer
public PerformanceAnalyzer()
-
-
Method Details
-
onObjectsFromObjectSupplierActionHasGivenOrLowerTimeComplexity
public <O> boolean onObjectsFromObjectSupplierActionHasGivenOrLowerTimeComplexity(IntFunction<O> objectSupplier, Consumer<O> action, LongToDoubleFunction timeComplexityFunction) - Specified by:
onObjectsFromObjectSupplierActionHasGivenOrLowerTimeComplexityin interfaceIPerformanceAnalyzer
-