[Git][ghc/ghc][wip/adamse/eventlog-docs] 2 commits: docs: add TASK_DELETE event in eventlog encodings

ase (@adamse) gitlab at gitlab.haskell.org
Sun Mar 12 11:27:28 UTC 2023



ase pushed to branch wip/adamse/eventlog-docs at Glasgow Haskell Compiler / GHC


Commits:
afa38d84 by Adam Sandberg Ericsson at 2023-03-12T11:26:50+00:00
docs: add TASK_DELETE event in eventlog encodings

- - - - -
50226c6d by Adam Sandberg Ericsson at 2023-03-12T11:27:13+00:00
docs: add WALL_CLOCK_TIME event in eventlog 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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -539,6 +551,15 @@ Task events
 
    Marks the migration of a task to a new capability.
 
+.. event-type:: TASK_DELETE
+
+   :tag: 57
+   :length: fixed
+   :field TaskId: task id
+
+   Marks the deletion of a task.
+
+
 Tracing events
 ~~~~~~~~~~~~~~
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/91fc54c328b241b3a3595dbeb5c2cd21571d3eee...50226c6d0ca087c182c072247895cf75ceea2a92

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/91fc54c328b241b3a3595dbeb5c2cd21571d3eee...50226c6d0ca087c182c072247895cf75ceea2a92
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/3cdb769f/attachment-0001.html>


More information about the ghc-commits mailing list