aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/statistics_SUITE.erl
AgeCommit message (Expand)Author
2019-03-25statistics_SUITE: Make wall_clock_update/1 more tolerantBjörn Gustavsson
2018-06-18Update copyright yearHenrik Nord
2018-04-25Do not run tests that conflicts with dirty schedulers testRickard Green
2017-10-02erts: Fix msacc testcase with new poll-threadLukas Larsson
2017-09-05Merge branch 'maint'Rickard Green
2017-09-04Bug fixes of statistics(wall_clock) and statistics(runtime)Rickard Green
2017-07-17Fix testcases after removal of non-smp emulatorLukas Larsson
2017-05-19Merge branch 'rickard/ds-runqs'Rickard Green
2017-05-19Make statistics/1 aware of dirty run-queues and tasksRickard Green
2017-05-17Eliminate warning for variable 'Config' being unusedBjörn Gustavsson
2017-05-04Update copyright yearRaimo Niskanen
2017-04-21erts: Fix testcases for smp +S 1:1Lukas Larsson
2017-01-17Scheduler wall time support for dirty schedulersRickard Green
2016-06-27Cleanup in statistics_SUITE:runtime_update testRickard Green
2016-06-27Fix statistics_SUITE:scheduler_wall_time testRickard Green
2016-03-15update copyright-yearHenrik Nord
2016-03-11Remove ?line macrosBjörn-Egil Dahlberg
2016-03-11Eliminate use of doc and suite clausesBjörn-Egil Dahlberg
2016-03-11Replace ?t with test_serverBjörn-Egil Dahlberg
2016-03-11Replace use of test_server:format/2 with io:format/2Björn-Egil Dahlberg
2016-03-11Eliminate use of test_server:fail/0,1Björn-Egil Dahlberg
2016-03-11Modernize use of timetrapsBjörn-Egil Dahlberg
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2016-02-02Merge branch 'lukas/erts/msacc'Lukas Larsson
2016-02-02erts: Fix msacc testcase on some windowsesLukas Larsson
2016-02-02erts: Add microstate accountingLukas Larsson
2016-01-22Fix testcaseRickard Green
2015-12-30Light weight statistics of run queue lengthsRickard Green
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-09erts: Tweak statistics_SUITE:scheduler_wall_time/1Björn-Egil Dahlberg
2013-09-12Remove ^L characters hidden randomly in the code. Not those used in text file...Pierre Fenoll
2012-02-06emulator: Document and test scheduler_wall_timeDan Gudmundsson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for emulatorLukas Larsson
2011-02-17Add init_per_suite and end_per_suiteLukas Larsson
2011-02-17Add ts_install_scb to suite/0Lukas Larsson
2011-02-17Update emulator tests to conform with common_test standardLukas Larsson
2010-01-18Fix annoying failing statistics_SUITE test casesBjörn Gustavsson
2010-01-13OTP-8240 Improved GC performance after BIF/NIF call when a lot of heapSverker Eriksson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP