Uses of Class
org.nuiton.profiling.Unit.Time
-
-
Uses of Unit.Time in org.nuiton.profiling
Methods in org.nuiton.profiling that return Unit.Time Modifier and Type Method Description Unit.TimeUnit.Time. next()Unit.TimeUnit.Time. prev()static Unit.TimeUnit.Time. valueOf(String name)Returns the enum constant of this type with the specified name.static Unit.Time[]Unit.Time. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuiton.profiling with parameters of type Unit.Time Modifier and Type Method Description doubleUnit.Time. convertTo(Unit.Time target, double value)static StringUnit. format(double value, Unit.Time source, int precision)Choice better target unit for this value. source unit must be small unit like octet or millis or nanosecond.static StringUnit. format(double value, Unit.Time source, Unit.Time target, int precision)
-