[Git][ghc/ghc][wip/eventlog-docs] Eventlog: Document the fact timestamps are nanoseconds
Matthew Pickering
gitlab at gitlab.haskell.org
Thu May 30 09:09:12 UTC 2019
Matthew Pickering pushed to branch wip/eventlog-docs at Glasgow Haskell Compiler / GHC
Commits:
1a2c4337 by Matthew Pickering at 2019-05-30T09:09:05Z
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,10 @@ 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.
+ This is the elapsed time, not the CPU time.
+
.. rts-flag:: -ol ⟨filename⟩
:default: :file:`<program>.eventlog`
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/1a2c433764204f9f23eff696b45badbc26e5875a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/1a2c433764204f9f23eff696b45badbc26e5875a
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/20190530/693e02a6/attachment-0001.html>
More information about the ghc-commits
mailing list