Uses of Class
com.anaptecs.jeaf.tools.api.performance.TimePrecision
-
-
Uses of TimePrecision in com.anaptecs.jeaf.tools.api.performance
Methods in com.anaptecs.jeaf.tools.api.performance that return TimePrecision Modifier and Type Method Description TimePrecisionStopwatchResult. getUnit()Method returns the time precision of the measurement and thus also the unit of theStopwatchResult.duration.static TimePrecisionTimePrecision. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TimePrecision[]TimePrecision. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.anaptecs.jeaf.tools.api.performance with parameters of type TimePrecision Modifier and Type Method Description StopwatchPerformanceTools. createStopwatch(java.lang.String pName, TimePrecision pTimePrecision)Method creates a new stop watch.Constructors in com.anaptecs.jeaf.tools.api.performance with parameters of type TimePrecision Constructor Description StopwatchResult(long pDuration, TimePrecision pUnit, long pTransactions)Initialize object
-