Uses of Class
org.nuiton.profiling.Unit.Memory
-
-
Uses of Unit.Memory in org.nuiton.profiling
Methods in org.nuiton.profiling that return Unit.Memory Modifier and Type Method Description static Unit.MemoryUnit.Memory. valueOf(String name)Returns the enum constant of this type with the specified name.static Unit.Memory[]Unit.Memory. 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.Memory Modifier and Type Method Description static StringUnit. format(double value, Unit.Memory 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.Memory source, Unit.Memory target, int precision)
-