From 0629a632ed1b3ff9cc8999ea811b21d0274a41cb Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Fri, 20 Sep 2019 07:41:07 -0400 Subject: Fix haddocks for marker events in Debug.Trace --- libraries/base/Debug/Trace.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1