summaryrefslogtreecommitdiff
path: root/erts/emulator/test/trace_call_time_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearRickard Green2021-12-131-1/+1
* Merge branch 'maint'Sverker Eriksson2021-03-291-0/+25
|\
| * Merge branch 'sverker/erts/trace-call-time-fix/OTP-17290' into maintSverker Eriksson2021-03-291-0/+25
| |\
| | * erts: Fix bug in call time tracingSverker Eriksson2021-03-291-0/+25
* | | Remove redundant tests for native codeBjörn Gustavsson2021-03-011-13/+6
* | | Merge branch 'maint'John Högberg2020-11-091-2/+22
|\ \ \ | |/ /
| * | erts: Fix exception handling during tracingJohn Högberg2020-11-051-2/+22
* | | erts: Implement the BeamAsm JITLukas Larsson2020-09-221-7/+11
|/ /
* | Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\ \ | |/
| * Update copyright yearRickard Green2020-03-131-1/+1
* | erts: Fix broken call_time recursion stack optimizationSverker Eriksson2019-10-221-1/+2
* | erts: Fix trace_call_time_SUITE testsSverker Eriksson2019-10-221-6/+12
* | Merge into sverker/master/trace-call-time-fix/ERL-1027Sverker Eriksson2019-10-221-7/+109
|\ \ | |/
| * erts: Fix call_time trace returnSverker Eriksson2019-10-221-7/+109
* | erts: Refactor BIF tracingJohn Högberg2019-09-161-24/+46
|/
* Update test-cases to use new symbolic time unitsRickard Green2016-08-251-3/+3
* erts: Increase bif and nif call_time trace testLukas Larsson2016-06-141-2/+2
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Remove ?line macrosBjörn-Egil Dahlberg2016-03-111-290/+290
* Eliminate use of doc and suite clausesBjörn-Egil Dahlberg2016-03-111-36/+9
* Eliminate use of ?config() macroBjörn-Egil Dahlberg2016-03-111-1/+1
* Modernize use of timetrapsBjörn-Egil Dahlberg2016-03-111-24/+6
* Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-171-1/+1
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Replace erlang:now() usage in emulator suiteRickard Green2015-05-061-9/+9
* Teach the call_time trace to notice when the trace dies (non-SMP system)Björn Gustavsson2014-03-201-4/+92
* emulator tests: Eliminate some compiler warningsBjörn Gustavsson2011-02-231-3/+3
* Rename Suite Callback to Common Test HookLukas Larsson2011-02-171-1/+1
* Fix formatting for emulatorLukas Larsson2011-02-171-11/+14
* Add init_per_suite and end_per_suiteLukas Larsson2011-02-171-1/+7
* Add ts_install_scb to suite/0Lukas Larsson2011-02-171-1/+3
* Update emulator tests to conform with common_test standardLukas Larsson2011-02-171-10/+19
* Merge branch 'egil/call-time-trace-patterns' into devErlang/OTP2010-06-041-1/+1
* Let trace_call_time_SUITE scheduling test be more relaxedBjörn-Egil Dahlberg2010-06-031-4/+9
* Extend trace_call_time_SUITE with bif-testsBjörn-Egil Dahlberg2010-06-031-28/+61
* Add bif tests to call time trace testsBjörn-Egil Dahlberg2010-06-031-11/+18
* Add trace call_time tests for nifs and bifsBjörn-Egil Dahlberg2010-06-031-184/+177
* Add first phase of trace call time test suiteBjörn-Egil Dahlberg2010-06-031-0/+576