Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-09 | Fix eprof to handle error cases | Björn-Egil Dahlberg | |
2010-06-09 | Dialyzer cleanup for eprof | Björn-Egil Dahlberg | |
2010-06-09 | Fix fprof_SUITE to use new eprof API | Björn-Egil Dahlberg | |
2010-06-09 | Switch pattern API for eprof profile with mfa | Björn-Egil Dahlberg | |
2010-06-09 | Update eprof_SUITE with more basic tests | Björn-Egil Dahlberg | |
2010-06-09 | Update eprof tests to reflect new eprof | Björn-Egil Dahlberg | |
2010-05-28 | OTP-8647 Xref adds calls to operators when {builtins,true} | Hans Bolinder | |
When given the option {builtins,true} Xref now adds calls to operators. | |||
2010-03-03 | OTP-8472 tools: xref: re/regexp | Hans Bolinder | |
Xref has been updated to use the re module instead of the deprecated regexp module. | |||
2010-02-11 | OTP-8430: tools: xref_SUITE updated | Björn Gustavsson | |
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 test suite for lcnt in tools | Björn-Egil Dahlberg | |
2010-01-19 | Add test suite for the tools application | Björn Gustavsson | |