From af2073640c4b7c67c9b978ebc203d57ac43e96dc Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 22 Sep 2017 15:21:49 +0200 Subject: Update release notes --- lib/tools/doc/src/notes.xml | 69 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) (limited to 'lib/tools/doc') diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index f0df43bf2b..3eaa2058a0 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,6 +31,75 @@

This document describes the changes made to the Tools application.

+
Tools 2.11 + +
Fixed Bugs and Malfunctions + + +

The predefined Xref analysis locals_not_used + no longer reports unused functions with the + -on_load() attribute.

The new predefined + Xref variable OL holds all functions with the + -on_load() attribute.

+

+ Own Id: OTP-14344

+
+ +

+ In fprof when sampling multiple processes and analyzing + with totals set to true, the output now sums together all + caller and callee entries which concerns the same + function. Previous behaviour was to report each + contributing entry separately.

+

+ Own Id: OTP-14500

+
+
+
+ + +
Improvements and New Features + + +

Lock counting can now be fully toggled at runtime in + the lock counting emulator (-emu_type lcnt). + Everything is enabled by default to match the old + behavior, but specific categories can be toggled at will + with minimal runtime overhead when disabled. Refer to the + documentation on lcnt:rt_mask/1 for details.

+

+ Own Id: OTP-13170

+
+ +

lcnt:collect and lcnt:clear will no + longer block all other threads in the runtime system.

+

+ Own Id: OTP-14412

+
+ +

+ General Unicode improvements.

+

+ Own Id: OTP-14462

+
+ +

+ Tools are updated to show Unicode atoms correctly.

+

+ Own Id: OTP-14464

+
+ +

Add erlang:iolist_to_iovec/1, which converts an + iolist() to an erlang:iovec(), which suitable for use + with enif_inspect_iovec.

+

+ Own Id: OTP-14520

+
+
+
+ +
+
Tools 2.10.1
Fixed Bugs and Malfunctions -- cgit v1.2.3