summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Sandberg Ericsson <adam@sandbergericsson.se>2023-03-11 18:54:17 +0000
committerAdam Sandberg Ericsson <adam@sandbergericsson.se>2023-03-11 18:54:17 +0000
commit72cabc8afa8266dd561d3b96fc00f120775a9b02 (patch)
tree2ed3822ac3abce23af72c3987aff54801d04725a
parentec263a59b886ea616dabce349df7a377d5356dd5 (diff)
downloadhaskell-72cabc8afa8266dd561d3b96fc00f120775a9b02.tar.gz
docs: fix some wrongs in the eventlog format documentation
-rw-r--r--docs/users_guide/eventlog-formats.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/users_guide/eventlog-formats.rst b/docs/users_guide/eventlog-formats.rst
index 4d7210a8c6..dae6de4a84 100644
--- a/docs/users_guide/eventlog-formats.rst
+++ b/docs/users_guide/eventlog-formats.rst
@@ -44,7 +44,9 @@ start with the event type id and a 64-bit timestamp:
EventLog :
EVENT_HEADER_BEGIN
+ EVENT_HET_BEGIN -- header event types begin
EventType*
+ EVENT_HET_END -- header event types end
EVENT_HEADER_END
EVENT_DATA_BEGIN
Event*
@@ -200,7 +202,7 @@ Thread and scheduling events
.. event-type:: THREAD_LABEL
:tag: 44
- :length: fixed
+ :length: variable
:field ThreadId: thread id
:field String: label
@@ -332,9 +334,10 @@ in :ref:`nonmoving-gc-events`.
:field Word64: bytes of fragmentation, the difference between total mblock size
and total block size. When all mblocks are full of full blocks,
this number is 0.
- :field Word64: number of parallel garbage collection threads
+ :field Word32: number of parallel garbage collection threads
:field Word64: maximum number of bytes copied by any single collector thread
:field Word64: total bytes copied by all collector threads
+ :field Word64: the amount of balanced data copied by all threads
Report various information about a major collection.
@@ -549,10 +552,10 @@ Tracing events
.. event-type:: BLOCK_MARKER
:tag: 18
- :length: variable
+ :length: fixed
:field Word32: size
:field Word64: end time in nanoseconds
- :field String: marker name
+ :field Word16: capability number
TODO