diff options
Diffstat (limited to 'erts/doc/src/notes.xml')
-rw-r--r-- | erts/doc/src/notes.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index e996d3e8e3..1099d76545 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,27 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 5.9.3.2</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + A new option to erlang:system_monitor, + {long_schedule,Millis} allows you to monitor if your + system performs any lengthy NIF, BIF or driver operations + that might result in bad resource utilization and + therefore bad performance. To better test this + functionality, the test_server has been updated to + include configure tests for usleep.</p> + <p> + Own Id: OTP-11067</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 5.9.3.1</title> <section><title>Known Bugs and Problems</title> |