summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_trace_3_func.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_trace_3_func.txt')
-rw-r--r--lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_trace_3_func.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_trace_3_func.txt b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_trace_3_func.txt
index 1712d8dca3..46b04a1c4a 100644
--- a/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_trace_3_func.txt
+++ b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_trace_3_func.txt
@@ -328,9 +328,6 @@
{trace, PidPort, getting_unlinked, Pid2}:
When PidPort gets unlinked from a process Pid2.
- {trace, Pid, exit, Reason}:
- When Pid exits with reason Reason.
-
{trace, Port, open, Pid, Driver}:
When Pid opens a new port Port with the running Driver.
@@ -412,6 +409,12 @@
The total size of binaries allowed in the virtual old heap
in the process before doing a garbage collection.
+ wordsize:
+ For the gc_minor_start event it is the size of the need
+ that triggered the GC. For the corresponding gc_minor_end
+ event it is the size of reclaimed memory = start 
+ heap_size - end heap_size.
+
All sizes are in words.
{trace, Pid, gc_max_heap_size, Info}: