java.lang.Object
one.jpro.platform.utils.FreezeDetector
This class allows you to track whether the JavaFX Application Thread is frozen for a given time.
This can be useful for debugging purposes, detecting deadlocks or other optimize performance.
-
Constructor Summary
ConstructorsConstructorDescriptionFreezeDetector(Duration duration) FreezeDetector(Duration duration, BiConsumer<Thread, Duration> callback) -
Method Summary
-
Constructor Details
-
FreezeDetector
public FreezeDetector() -
FreezeDetector
-
FreezeDetector
-