diff options
Diffstat (limited to 'lib/runtime_tools/doc')
-rw-r--r-- | lib/runtime_tools/doc/src/notes.xml | 32 | ||||
-rw-r--r-- | lib/runtime_tools/doc/src/scheduler.xml | 4 |
2 files changed, 34 insertions, 2 deletions
diff --git a/lib/runtime_tools/doc/src/notes.xml b/lib/runtime_tools/doc/src/notes.xml index c08fb06205..03e6a9af8c 100644 --- a/lib/runtime_tools/doc/src/notes.xml +++ b/lib/runtime_tools/doc/src/notes.xml @@ -32,6 +32,38 @@ <p>This document describes the changes made to the Runtime_Tools application.</p> +<section><title>Runtime_Tools 1.18</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed bug in <c>scheduler:utilization(Seconds)</c> that + would leave the <c>scheduler_wall_time</c> system flag + incorrectly enabled.</p> + <p> + Own Id: OTP-17800 Aux Id: PR-5425 </p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Add <c>scheduler:get_sample/0</c> and + <c>get_sample_all/0</c>. Also clarify <c>scheduler</c> + module documentation about how it depends on system flag + <c>scheduler_wall_time</c>.</p> + <p> + Own Id: OTP-17830 Aux Id: GH-5425, PR-5444 </p> + </item> + </list> + </section> + +</section> + <section><title>Runtime_Tools 1.17</title> <section><title>Improvements and New Features</title> diff --git a/lib/runtime_tools/doc/src/scheduler.xml b/lib/runtime_tools/doc/src/scheduler.xml index 6590c7d63b..4cfe922ae9 100644 --- a/lib/runtime_tools/doc/src/scheduler.xml +++ b/lib/runtime_tools/doc/src/scheduler.xml @@ -127,7 +127,7 @@ <funcs> <func> - <name name="get_sample" arity="0" since="OTP @OTP-17830@"/> + <name name="get_sample" arity="0" since="OTP 24.3"/> <fsummary>Get scheduler utilization sample.</fsummary> <desc> <p>Returns a scheduler utilization sample for normal and dirty-cpu @@ -138,7 +138,7 @@ </func> <func> - <name name="get_sample_all" arity="0" since="OTP @OTP-17830@"/> + <name name="get_sample_all" arity="0" since="OTP 24.3"/> <fsummary>Get scheduler utilization sample.</fsummary> <desc> <p>Return a scheduler utilization sample for all schedulers, |