Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-06 | Break erts_debug:lock_counters/1 into separate BIFs | John Högberg | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-18 | tools: Fix more assumptions in lcnt about external format | Sverker Eriksson | |
Also tried to prepare for large creation. | |||
2017-03-13 | tools: Update assumptions in lcnt about external atom format | Sverker Eriksson | |
2016-05-10 | lcnt: Fix unmatched return warnings | Björn-Egil Dahlberg | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-11 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2016-02-10 | tools: Remove dead code in lcnt | Björn-Egil Dahlberg | |
2015-10-09 | Update Tools | Hans Bolinder | |
Record field types have been modified due to commit 8ce35b2: "Take out automatic insertion of 'undefined' from typed record fields". | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-12-11 | tools: Fix lcnt printout of histograms | Björn-Egil Dahlberg | |
2014-12-11 | tools: Fix lcnt sort of inspected locks | Björn-Egil Dahlberg | |
An error was introduced in commit f24d1ad9004b2885cd3b15ac0bf9d1407ca68bc8 which reversed the sorting of all locks. This meant that the least contended locks was printed instead of the most contended. This commit reverses the reverse. | |||
2014-07-14 | tools: Use call instead of cast to stop lcnt server | Björn-Egil Dahlberg | |
Mitigate gen_server:cast/2 race conditions in testcases. | |||
2014-07-14 | tools: Fix lcnt serializing | Björn-Egil Dahlberg | |
2014-07-09 | tools: Add histogram to lcnt | Björn-Egil Dahlberg | |
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-25 | Make adjustments for Unicode | Hans Bolinder | |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2010-02-10 | Merge branch 'egil/lcnt' into ccase/r13b04_dev | Erlang/OTP | |
* egil/lcnt: Add test suite for lcnt in tools Add lcnt:rt_opt/1 bindings to erts_debug Add runtime option to enable/disable lcnt stats Add auto width on string output Add lcnt documentation Add lock profiling tool OTP-8424 Add lock profiling tool. The Lock profiling tool, lcnt, can make use of the internal lock statistics when the runtime system is built with this feature enabled. This provides a mechanism to examine potential lock bottlenecks within the runtime itself. - Add erts_debug:lock_counters({copy_save, bool()}). This option enables or disables statistics saving for destroyed processes and ets-tables. Enabling this might consume a lot of memory. - Add id-numbering for lock classes which is otherwise undefined. | |||
2010-02-08 | Add lcnt:rt_opt/1 bindings to erts_debug | Björn-Egil Dahlberg | |
Runtime options for copy_save. | |||
2010-02-08 | Add auto width on string output | Björn-Egil Dahlberg | |
2010-02-08 | Add lock profiling tool | Björn-Egil Dahlberg | |
The Lock profiling tool, lcnt, can make use of the internal lock statistics when the runtime system is built with this feature enabled. This provides a mechanism to examine potential lock bottlenecks within the runtime itself. |