Skip to content
Snippets Groups Projects
Commit 4879d7af authored by Matthew Pickering's avatar Matthew Pickering Committed by Marge Bot
Browse files

Eventlog: Document the fact timestamps are nanoseconds

[skip ci]
parent 424e85b2
No related branches found
No related tags found
No related merge requests found
......@@ -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`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment