Uses of Class
com.gurock.smartinspect.ClockResolution
-
Packages that use ClockResolution Package Description com.gurock.smartinspect -
-
Uses of ClockResolution in com.gurock.smartinspect
Fields in com.gurock.smartinspect declared as ClockResolution Modifier and Type Field Description static ClockResolutionClockResolution. HighRepresents timestamps with a very high resolution (microseconds).static ClockResolutionClockResolution. StandardRepresents the standard timestamp resolution.Methods in com.gurock.smartinspect that return ClockResolution Modifier and Type Method Description ClockResolutionSmartInspect. getResolution()Returns the timestamp resolution mode for this SmartInspect object.Methods in com.gurock.smartinspect with parameters of type ClockResolution Modifier and Type Method Description static longClock. now(ClockResolution resolution)Returns the current date and time, optionally with a high resolution.voidSmartInspect. setResolution(ClockResolution resolution)Specifies the timestamp resolution mode for this SmartInspect object.
-