Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update and add cover spec files to work with common_test | Lukas Larsson | |
2011-02-17 | Update all test specs | Lukas Larsson | |
2011-02-17 | Fix formatting for tools | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update tools tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2011-02-17 | Update testcases which need crypto to be skipped on platforms which does not ↵ | Lukas Larsson | |
have crypto | |||
2011-02-01 | Split the cover ets tables into two tables, one with the clause info and one ↵ | Lukas Larsson | |
with the bump info. This will make it faster to search the tables when analyzing and exporting data. Also made cover export more parallel in how data is collected from the different nodes and also how data is read from ets. This should make the performance of cover much better on machines with multiple CPUs. | |||
2010-11-15 | Call chmod without the "-f" flag | Holger Weiß | |
"-f" is a non-standard chmod option which at least SGI IRIX and HP UX do not support. As the only effect of the "-f" flag is to suppress warning messages, it can be safely omitted. | |||
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 | |