diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2021-08-29 23:24:58 +0200 |
---|---|---|
committer | Andreas Klebinger <klebinger.andreas@gmx.at> | 2021-09-07 16:38:26 +0000 |
commit | 46f27070e52c9069a94d5484da9b89bd2fedcaea (patch) | |
tree | 640ff2864f0077c7210d91f432a8050fd2575284 /docs/users_guide/runtime_control.rst | |
parent | c7cc23b652c12f2cefabfc209732c8f70b69cc47 (diff) | |
download | haskell-wip/doc-fixes.tar.gz |
Documentation: use https linkswip/doc-fixes
Diffstat (limited to 'docs/users_guide/runtime_control.rst')
-rw-r--r-- | docs/users_guide/runtime_control.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/users_guide/runtime_control.rst b/docs/users_guide/runtime_control.rst index f22c941dac..a10a283e52 100644 --- a/docs/users_guide/runtime_control.rst +++ b/docs/users_guide/runtime_control.rst @@ -1204,7 +1204,7 @@ When the program is linked with the :ghc-flag:`-eventlog` option - In binary format to a file for later analysis by a variety of tools. One such tool is - `ThreadScope <http://www.haskell.org/haskellwiki/ThreadScope>`__, + `ThreadScope <https://www.haskell.org/haskellwiki/ThreadScope>`__, which interprets the event log to produce a visual parallel execution profile of the program. @@ -1266,10 +1266,10 @@ When the program is linked with the :ghc-flag:`-eventlog` option The format of the log file is described in this users guide in :ref:`eventlog-encodings` It can be parsed in Haskell using the - `ghc-events <http://hackage.haskell.org/package/ghc-events>`__ + `ghc-events <https://hackage.haskell.org/package/ghc-events>`__ library. To dump the contents of a ``.eventlog`` file as text, use the tool ``ghc-events show`` that comes with the - `ghc-events <http://hackage.haskell.org/package/ghc-events>`__ + `ghc-events <https://hackage.haskell.org/package/ghc-events>`__ package. Each event is associated with a timestamp which is the number of |