diff options
author | Rickard Green <[email protected]> | 2012-01-11 17:53:16 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2012-01-26 14:04:28 +0100 |
commit | d39e5702b224592bc79cc3ca122dcb0b59162d7f (patch) | |
tree | 26ad2d8a66b1984615f0b361e85e356fbc995b4f /erts/emulator/beam/atom.names | |
parent | a67091debf20c972dd7ce1a8379fee6673fbe571 (diff) | |
download | otp-d39e5702b224592bc79cc3ca122dcb0b59162d7f.tar.gz otp-d39e5702b224592bc79cc3ca122dcb0b59162d7f.tar.bz2 otp-d39e5702b224592bc79cc3ca122dcb0b59162d7f.zip |
Implement statistics(scheduler_wall_time)
Diffstat (limited to 'erts/emulator/beam/atom.names')
-rw-r--r-- | erts/emulator/beam/atom.names | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/emulator/beam/atom.names b/erts/emulator/beam/atom.names index 71454b3e57..7be40976f6 100644 --- a/erts/emulator/beam/atom.names +++ b/erts/emulator/beam/atom.names @@ -95,6 +95,7 @@ atom atom atom atom_used atom attributes atom await_proc_exit +atom await_sched_wall_time_modifications atom awaiting_load atom awaiting_unload atom backtrace backtrace_depth @@ -239,6 +240,7 @@ atom generational atom get_seq_token atom get_tcw atom getenv +atom gather_sched_wall_time_result atom getting_linked atom getting_unlinked atom global @@ -554,6 +556,7 @@ atom waiting atom wall_clock atom warning atom warning_msg +atom scheduler_wall_time atom wordsize atom write_concurrency atom xor |