[Git][ghc/ghc][master] Eventlog: Document the fact timestamps are nanoseconds

Marge Bot gitlab at gitlab.haskell.org
Fri May 31 05:56:18 UTC 2019



 Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
4879d7af by Matthew Pickering at 2019-05-31T05:56:16Z
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/4879d7aff0ffaabcdbfd85064cff9bddcc95a4fe

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/4879d7aff0ffaabcdbfd85064cff9bddcc95a4fe
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/20190531/f75771bf/attachment.html>


More information about the ghc-commits mailing list