Class FreezeDetector

java.lang.Object
one.jpro.platform.utils.FreezeDetector

public class FreezeDetector extends Object
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 Details