diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-02-15 18:12:48 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-02-16 15:04:39 +0100 |
commit | 4ea67ffdac2629255b1b0ed4e9423823f62c0947 (patch) | |
tree | 0b47a8b303deec5c535ae6d54b5a277b9f432b84 /erts/emulator/beam/bif.tab | |
parent | f5a6e1c353e2a7fb536dcac4523e4f6e3d99039b (diff) | |
download | otp-4ea67ffdac2629255b1b0ed4e9423823f62c0947.tar.gz otp-4ea67ffdac2629255b1b0ed4e9423823f62c0947.tar.bz2 otp-4ea67ffdac2629255b1b0ed4e9423823f62c0947.zip |
erts: Add BIF erts_internal:system_check/1
This commit implements erts_internal:system_check(schedulers) with the
intent of a basic responsiveness test check of the schedulers.
Diffstat (limited to 'erts/emulator/beam/bif.tab')
-rw-r--r-- | erts/emulator/beam/bif.tab | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/emulator/beam/bif.tab b/erts/emulator/beam/bif.tab index 4f0656d174..3177d5dae7 100644 --- a/erts/emulator/beam/bif.tab +++ b/erts/emulator/beam/bif.tab @@ -174,6 +174,8 @@ bif erts_internal:time_unit/0 bif erts_internal:is_system_process/1 +bif erts_internal:system_check/1 + # inet_db support bif erlang:port_set_data/2 bif erlang:port_get_data/1 |