summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Sandberg Ericsson <adam@sandbergericsson.se>2023-03-12 11:26:09 +0000
committerAdam Sandberg Ericsson <adam@sandbergericsson.se>2023-03-20 16:25:11 +0000
commita7f675ff71bd38cf6cd325db7c82671107da6420 (patch)
treefa0e50948020476f4cf5544c1e29319ab2fb7b00
parenta8ad190fdf8398120e300bb77f5deefe636a5363 (diff)
downloadhaskell-wip/adamse/eventlog-docs.tar.gz
docs: add WALL_CLOCK_TIME event in eventlog encodingswip/adamse/eventlog-docs
-rw-r--r--docs/users_guide/eventlog-formats.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/users_guide/eventlog-formats.rst b/docs/users_guide/eventlog-formats.rst
index e77e971a87..c1c446742a 100644
--- a/docs/users_guide/eventlog-formats.rst
+++ b/docs/users_guide/eventlog-formats.rst
@@ -122,6 +122,18 @@ environment which the program is being run in.
Describes the environment variables present in the program's environment.
+.. event-type:: WALL_CLOCK_TIME
+
+ :tag: 43
+ :length: fixed
+ :field CapSetId: Capability set
+ :field Word64: Unix epoch seconds
+ :field Word32: Nanoseconds
+
+ Records the wall clock time to make it possible to correlate events from
+ elsewhere with the eventlog.
+
+
Thread and scheduling events
~~~~~~~~~~~~~~~~~~~~~~~~~~~~