Skip to content
Snippets Groups Projects
Commit 1a2c4337 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Eventlog: Document the fact timestamps are nanoseconds

[skip ci]
parent 2d2aa203
No related branches found
No related tags found
1 merge request!1060Eventlog: Document the fact timestamps are nanoseconds
Pipeline #6223 skipped
......@@ -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