Klasse PerformanceAnalyzer
java.lang.Object
ch.nolix.core.programanalysis.performanceanalysis.PerformanceAnalyzer
- Alle implementierten Schnittstellen:
IPerformanceAnalyzer
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibung<O> boolean
onObjectsFromObjectSupplierActionHasGivenOrLowerTimeComplexity
(IntFunction<O> objectSupplier, Consumer<O> action, LongToDoubleFunction timeComplexityFunction)
-
Konstruktordetails
-
PerformanceAnalyzer
public PerformanceAnalyzer()
-
-
Methodendetails
-
onObjectsFromObjectSupplierActionHasGivenOrLowerTimeComplexity
public <O> boolean onObjectsFromObjectSupplierActionHasGivenOrLowerTimeComplexity(IntFunction<O> objectSupplier, Consumer<O> action, LongToDoubleFunction timeComplexityFunction) - Angegeben von:
onObjectsFromObjectSupplierActionHasGivenOrLowerTimeComplexity
in SchnittstelleIPerformanceAnalyzer
-