diff options
-rw-r--r-- | luni/src/main/java/java/lang/System.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luni/src/main/java/java/lang/System.java b/luni/src/main/java/java/lang/System.java index 98ce6cb..7205ad5 100644 --- a/luni/src/main/java/java/lang/System.java +++ b/luni/src/main/java/java/lang/System.java @@ -168,7 +168,7 @@ public final class System { /** * Returns the current timestamp of the most precise timer available on the - * local system. + * local system, in nanoseconds. Equivalent to Linux's {@code CLOCK_MONOTONIC}. * * <p>This timestamp should only be used to measure a duration by comparing it * against another timestamp from the same process on the same device. |