Class ClockResolution


  • public class ClockResolution
    extends Enum
    Represents the timestamp resolution mode for the Clock class.

    SmartInspect currently supports two different kinds of timestamp resolutions. The standard resolution is the default timestamp behavior of the SmartInspect Java library and usually provides a maximum resolution of 10-55 milliseconds (depending on the Windows version). This is the recommended option for production systems.

    High-resolution timestamps, on the other hand, can provide a microseconds resolution but are only intended to be used on development machines.

    See Also:
    SmartInspect.setResolution(com.gurock.smartinspect.ClockResolution)