aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2015-07-07 22:32:38 +0200
committerRickard Green <[email protected]>2015-07-08 20:10:29 +0200
commit4a864c1cbe16a42f3f5190881187e3c9849e985f (patch)
tree472930d12ade858aa0e6bfd36a74fd13328ef650 /HOWTO
parent9b44550e9f1b8bf49d447152625f5b3999649034 (diff)
downloadotp-4a864c1cbe16a42f3f5190881187e3c9849e985f.tar.gz
otp-4a864c1cbe16a42f3f5190881187e3c9849e985f.tar.bz2
otp-4a864c1cbe16a42f3f5190881187e3c9849e985f.zip
Prefer monotonic time that stop during suspend
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO/INSTALL.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md
index 4c89370691..837e6cbd76 100644
--- a/HOWTO/INSTALL.md
+++ b/HOWTO/INSTALL.md
@@ -402,6 +402,10 @@ Some of the available `configure` options are:
dependant application.
* `--enable-gettimeofday-as-os-system-time` - Force usage of `gettimeofday()` for
OS system time.
+* `--enable-prefer-elapsed-monotonic-time-during-suspend` - Prefer an OS monotonic
+ time source with elapsed time during suspend.
+* `--disable-prefer-elapsed-monotonic-time-during-suspend` - Do not prefer an OS
+ monotonic time source with elapsed time during suspend.
* `--enable-dirty-schedulers` - Enable the **experimental** dirty schedulers
functionality. Note that the dirty schedulers functionality is experimental,
and **not supported**. This functionality **will** be subject to backward