[Git][ghc/ghc][wip/adamse/eventlog-docs] docs: add WALL_CLOCK_TIME event in evenlog encodings
ase (@adamse)
gitlab at gitlab.haskell.org
Sun Mar 12 11:26:14 UTC 2023
ase pushed to branch wip/adamse/eventlog-docs at Glasgow Haskell Compiler / GHC
Commits:
91fc54c3 by Adam Sandberg Ericsson at 2023-03-12T11:26:09+00:00
docs: add WALL_CLOCK_TIME event in evenlog encodings
- - - - -
1 changed file:
- docs/users_guide/eventlog-formats.rst
Changes:
=====================================
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/91fc54c328b241b3a3595dbeb5c2cd21571d3eee
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/91fc54c328b241b3a3595dbeb5c2cd21571d3eee
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230312/abe3e257/attachment.html>
More information about the ghc-commits
mailing list