diff options
author | Sverker Eriksson <[email protected]> | 2018-02-15 16:41:28 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-02-20 17:37:20 +0100 |
commit | 2d3b4d0945190589098d42375b4738b004e7373a (patch) | |
tree | a1fc1a041ba5f8645d3f57e4a3313f99b4113601 /lib/observer/src/crashdump_viewer.hrl | |
parent | dc0b345ae5374a422250c9d2e3bec63e6186afca (diff) | |
download | otp-2d3b4d0945190589098d42375b4738b004e7373a.tar.gz otp-2d3b4d0945190589098d42375b4738b004e7373a.tar.bz2 otp-2d3b4d0945190589098d42375b4738b004e7373a.zip |
erts: Add binary vheap sizes to crash dump
Diffstat (limited to 'lib/observer/src/crashdump_viewer.hrl')
-rw-r--r-- | lib/observer/src/crashdump_viewer.hrl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/observer/src/crashdump_viewer.hrl b/lib/observer/src/crashdump_viewer.hrl index 6a93a089fd..ff719abc23 100644 --- a/lib/observer/src/crashdump_viewer.hrl +++ b/lib/observer/src/crashdump_viewer.hrl @@ -80,6 +80,10 @@ old_heap, heap_unused, old_heap_unused, + bin_vheap, + old_bin_vheap, + bin_vheap_unused, + old_bin_vheap_unused, new_heap_start, new_heap_top, stack_top, |