summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-03-30 09:45:36 -0400
committerMatthew Pickering <matthewtpickering@gmail.com>2022-04-01 10:35:41 +0100
commit7847f47a72a25ae6b4523907e452b666d72d0d28 (patch)
tree957a7e75c4dae44c5e3f349e1f721331ce81e262
parent3e6fe71b09fcaa6b0672f94ea33dc0a284bf9cce (diff)
downloadhaskell-7847f47a72a25ae6b4523907e452b666d72d0d28.tar.gz
users-guide: Fix a few small issues in eventlog format descriptions
The CONC_MARK_END event description didn't mention its payload. Clarify the meaning of the CREATE_TASK's payload.
-rw-r--r--docs/users_guide/eventlog-formats.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/eventlog-formats.rst b/docs/users_guide/eventlog-formats.rst
index 1affa13151..4d7210a8c6 100644
--- a/docs/users_guide/eventlog-formats.rst
+++ b/docs/users_guide/eventlog-formats.rst
@@ -521,7 +521,7 @@ Task events
:length: fixed
:field TaskId: task id
:field CapNo: capability number
- :field ThreadId: TODO
+ :field KernelThreadId: The thread-id of the kernel thread which created the task.
Marks the creation of a task.
@@ -841,6 +841,7 @@ A typical non-moving collection cycle will look something like the following:
:tag: 201
:length: fixed
+ :field Word32: number of objects which were marked in this marking phase.
Marks the end of marking by the concurrent collector.