Package org.eclipse.xtext.util.internal
Class Stopwatches
- java.lang.Object
-
- org.eclipse.xtext.util.internal.Stopwatches
-
public class Stopwatches extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStopwatches.NumbersForTaskstatic interfaceStopwatches.StoppedTaskstatic classStopwatches.StopwatchForTask
-
Constructor Summary
Constructors Constructor Description Stopwatches()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.String,Stopwatches.NumbersForTask>allNumbers()static Stopwatches.StoppedTaskforTask(java.lang.String task)static java.lang.StringgetPrintableStopwatchData()static voidresetAll()static voidsetEnabled(boolean isEnabled)
-
-
-
Method Detail
-
forTask
public static Stopwatches.StoppedTask forTask(java.lang.String task)
-
setEnabled
public static void setEnabled(boolean isEnabled)
-
resetAll
public static void resetAll()
-
allNumbers
public static java.util.Map<java.lang.String,Stopwatches.NumbersForTask> allNumbers()
-
getPrintableStopwatchData
public static java.lang.String getPrintableStopwatchData()
-
-