public class ClockResolution extends Enum
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.
| Modifier and Type | Field and Description |
|---|---|
static ClockResolution |
High
Represents timestamps with a very high resolution (microseconds).
|
static ClockResolution |
Standard
Represents the standard timestamp resolution.
|
public static final ClockResolution Standard
public static final ClockResolution High
SmartInspect.setResolution(com.gurock.smartinspect.ClockResolution) for details.Copyright © 2023. All rights reserved.