aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_alloc.types
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2012-01-11 17:53:16 +0100
committerRickard Green <[email protected]>2012-01-26 14:04:28 +0100
commitd39e5702b224592bc79cc3ca122dcb0b59162d7f (patch)
tree26ad2d8a66b1984615f0b361e85e356fbc995b4f /erts/emulator/beam/erl_alloc.types
parenta67091debf20c972dd7ce1a8379fee6673fbe571 (diff)
downloadotp-d39e5702b224592bc79cc3ca122dcb0b59162d7f.tar.gz
otp-d39e5702b224592bc79cc3ca122dcb0b59162d7f.tar.bz2
otp-d39e5702b224592bc79cc3ca122dcb0b59162d7f.zip
Implement statistics(scheduler_wall_time)
Diffstat (limited to 'erts/emulator/beam/erl_alloc.types')
-rw-r--r--erts/emulator/beam/erl_alloc.types2
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_alloc.types b/erts/emulator/beam/erl_alloc.types
index 962db8b831..90a6c0cbee 100644
--- a/erts/emulator/beam/erl_alloc.types
+++ b/erts/emulator/beam/erl_alloc.types
@@ -367,6 +367,7 @@ type EXPORT LONG_LIVED_LOW CODE export_entry
type MONITOR_SH STANDARD_LOW PROCESSES monitor_sh
type NLINK_SH STANDARD_LOW PROCESSES nlink_sh
type AINFO_REQ STANDARD_LOW SYSTEM alloc_info_request
+type SCHED_WTIME_REQ STANDARD_LOW SYSTEM sched_wall_time_request
+else # "fullword"
@@ -383,6 +384,7 @@ type EXPORT LONG_LIVED CODE export_entry
type MONITOR_SH FIXED_SIZE PROCESSES monitor_sh
type NLINK_SH FIXED_SIZE PROCESSES nlink_sh
type AINFO_REQ SHORT_LIVED SYSTEM alloc_info_request
+type SCHED_WTIME_REQ SHORT_LIVED SYSTEM sched_wall_time_request
+endif