public class VizDebugUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VizDebugUtils.CodeTimer |
static class |
VizDebugUtils.TimerManager |
Modifier and Type | Field and Description |
---|---|
protected static boolean |
ENABLE_MOTION_CONFIGURATION |
static VizDebugUtils.TimerManager |
man |
Constructor and Description |
---|
VizDebugUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
debug(String source) |
static String |
formatTimeDeltaValue(long delta) |
static String |
getTimeDelta() |
static long |
getTimeDeltaValue() |
static void |
instrumentedDebug(String source) |
static boolean |
isAnimatorEnabled() |
static boolean |
isDebugEnabled() |
static boolean |
isDebugFailMode() |
static boolean |
isNeighbouringCircleEnabled() |
static void |
resetTimer() |
static void |
setDebugFailMode(boolean fail) |
static void |
timeDebug(String label) |
public static VizDebugUtils.TimerManager man
protected static final boolean ENABLE_MOTION_CONFIGURATION
public static boolean isDebugEnabled()
public static boolean isAnimatorEnabled()
public static boolean isNeighbouringCircleEnabled()
public static boolean isDebugFailMode()
public static void setDebugFailMode(boolean fail)
public static void debug(String source)
public static void timeDebug(String label)
public static void resetTimer()
public static String getTimeDelta()
public static String formatTimeDeltaValue(long delta)
public static long getTimeDeltaValue()
public static void instrumentedDebug(String source)