Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-04-10 | Eliminate use of deprecated now/0 for measuring time | Björn Gustavsson | |
Use erlang:monotonic_time/1 instead of now/0. | |||
2015-04-10 | Speed up timer_simple_SUITE:timer_perf/1 | Björn Gustavsson | |
In big_test/1, there is 9 seconds sleep before spawning any timers. Why? Before the sleep nrev processes are started, but they are likely to finish running before the 9 seconds have elapsed. Since I see no reason at all for the sleep, I will remove it. | |||
2011-05-11 | Add timer:tc/1 which measures elapsed time for a fun/0 | Dan Gudmundsson | |
Also removes the 'catch' from timer:tc functions which masked errors in measuring code. | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for stdlib | 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 stdlib tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2010-04-09 | Add timer:tc/2 to measure the elapsed time of anonymous functions | Christopher Faulet | |
Works like timer:tc/3 but for anonymous functions. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |