aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO/INSTALL.md
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2015-09-09 18:16:24 +0200
committerRickard Green <[email protected]>2015-09-09 18:16:24 +0200
commit4cfc35b1ef3667885b8de9df53b8ab8429117865 (patch)
tree592d981a41aee96ae21c01a3049009d65f422bbc /HOWTO/INSTALL.md
parentfff7daa154a1b96b3e11d74bd2d60fc3a41aa832 (diff)
parent08f8b454596d51de367e5559b7104300c2a7b954 (diff)
downloadotp-4cfc35b1ef3667885b8de9df53b8ab8429117865.tar.gz
otp-4cfc35b1ef3667885b8de9df53b8ab8429117865.tar.bz2
otp-4cfc35b1ef3667885b8de9df53b8ab8429117865.zip
Merge branch 'rickard/clock-sources/OTP-12945' into maint
* rickard/clock-sources/OTP-12945: Improve choice of clock sources at build time
Diffstat (limited to 'HOWTO/INSTALL.md')
-rw-r--r--HOWTO/INSTALL.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md
index 837e6cbd76..6434eda253 100644
--- a/HOWTO/INSTALL.md
+++ b/HOWTO/INSTALL.md
@@ -406,6 +406,10 @@ Some of the available `configure` options are:
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.
+* `--with-clock-resolution=high|low` - Try to find clock sources for OS system
+ time, and OS monotonic time with higher or lower resolution than chosen by
+ default. Note that both alternatives may have a negative impact on the performance
+ and scalability compared to the default clock sources chosen.
* `--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