[Git][ghc/ghc][wip/eventlog-docs] Eventlog: Document the fact timestamps are nanoseconds
Matthew Pickering
gitlab at gitlab.haskell.org
Wed May 29 16:17:02 UTC 2019
Matthew Pickering pushed to branch wip/eventlog-docs at Glasgow Haskell Compiler / GHC
Commits:
5f3c11fc by Matthew Pickering at 2019-05-29T16:16:54Z
Eventlog: Document the fact timestamps are nanoseconds
[skip ci]
- - - - -
1 changed file:
- docs/users_guide/runtime_control.rst
Changes:
=====================================
docs/users_guide/runtime_control.rst
=====================================
@@ -1095,6 +1095,9 @@ When the program is linked with the :ghc-flag:`-eventlog` option
`ghc-events <http://hackage.haskell.org/package/ghc-events>`__
package.
+ Each event is associated with a timestamp which is the number of
+ nanoseconds since the start of executation of the running program.
+
.. rts-flag:: -ol ⟨filename⟩
:default: :file:`<program>.eventlog`
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/5f3c11fc90dfde010a87d38935e1febc0e0e6f12
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/5f3c11fc90dfde010a87d38935e1febc0e0e6f12
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/20190529/49499980/attachment.html>
More information about the ghc-commits
mailing list