Uses of Class
org.slf4j.profiler.DurationUnit
-
Packages that use DurationUnit Package Description org.slf4j.profiler Poor man's profiler API -
-
Uses of DurationUnit in org.slf4j.profiler
Methods in org.slf4j.profiler that return DurationUnit Modifier and Type Method Description static DurationUnit
DurationUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static DurationUnit[]
DurationUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-