| Package | Description |
|---|---|
| com.gurock.smartinspect |
| Modifier and Type | Field and Description |
|---|---|
static ClockResolution |
ClockResolution.High
Represents timestamps with a very high resolution (microseconds).
|
static ClockResolution |
ClockResolution.Standard
Represents the standard timestamp resolution.
|
| Modifier and Type | Method and Description |
|---|---|
ClockResolution |
SmartInspect.getResolution()
Returns the timestamp resolution mode for this SmartInspect object.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
Clock.now(ClockResolution resolution)
Returns the current date and time, optionally with a high
resolution.
|
void |
SmartInspect.setResolution(ClockResolution resolution)
Specifies the timestamp resolution mode for this SmartInspect object.
|
Copyright © 2023. All rights reserved.