summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlp Mestanogullari <alp@well-typed.com>2019-09-20 07:41:07 -0400
committerAlp Mestanogullari <alp@well-typed.com>2019-09-20 07:41:07 -0400
commit0629a632ed1b3ff9cc8999ea811b21d0274a41cb (patch)
tree99be318724728674b85d6dd8463038438d200ea9
parent1b7e1d31fee4176608e46d45ddc195e313eed978 (diff)
downloadhaskell-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.hs2
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.