Bug 1824084 Comment 5 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Paul Adenot (:padenot) from comment #4)
> How does it behave on OpenBSD if the system is suspended? This is what's important here.

the manpage above seems explicit about it:
```
CLOCK_BOOTTIME
    The uptime clock. Its absolute value is the time elapsed since the system booted. The clock begins at zero and advances continuously.
CLOCK_UPTIME
    The runtime clock. Its absolute value is the time elapsed since the system booted less any time the system was suspended. The clock begins at zero and advances while the system is not suspended.
```
(In reply to Paul Adenot (:padenot) from comment #4)
> How does it behave on OpenBSD if the system is suspended? This is what's important here.

the manpage above seems explicit about it:
```
CLOCK_BOOTTIME
    The uptime clock. Its absolute value is the time elapsed since the system booted.
    The clock begins at zero and advances continuously.
CLOCK_UPTIME
    The runtime clock. Its absolute value is the time elapsed since the system booted less any time the system was suspended.
    The clock begins at zero and advances while the system is not suspended.
```

Back to Bug 1824084 Comment 5