diff options
author | Alp Mestanogullari <alp@well-typed.com> | 2019-09-20 07:41:07 -0400 |
---|---|---|
committer | Alp Mestanogullari <alp@well-typed.com> | 2019-09-20 07:41:07 -0400 |
commit | 0629a632ed1b3ff9cc8999ea811b21d0274a41cb (patch) | |
tree | 99be318724728674b85d6dd8463038438d200ea9 | |
parent | 1b7e1d31fee4176608e46d45ddc195e313eed978 (diff) | |
download | haskell-wip/alp/trace-marker-docs.tar.gz |
Fix haddocks for marker events in Debug.Tracewip/alp/trace-marker-docs
-rw-r--r-- | libraries/base/Debug/Trace.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Debug/Trace.hs b/libraries/base/Debug/Trace.hs index 8e15416384..cfeefbc0ae 100644 --- a/libraries/base/Debug/Trace.hs +++ b/libraries/base/Debug/Trace.hs @@ -275,7 +275,7 @@ traceEventIO msg = -- When looking at a profile for the execution of a program we often want to -- be able to mark certain points or phases in the execution and see that -- visually in the profile. - +-- -- For example, a program might have several distinct phases with different -- performance or resource behaviour in each phase. To properly interpret the -- profile graph we really want to see when each phase starts and ends. |