We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86e68f commit 2201cc9Copy full SHA for 2201cc9
memory/Main.hs
@@ -20,7 +20,10 @@ import Test.Tasty.Bench (defaultMain)
20
-- .*?0\.0 0\.0 0\.0 0\.0\n
21
22
-- remove all lines with no individual contribution to alloc with
23
--- .*?([0-9]+\.[0-9])\s+?0\.0\s+?([0-9]+\.[0-9])\s+([0-9]+\.[0-9])\n
+-- .*?([0-9]+\.[0-9])\s+?0\.0\s+?([0-9]+\.[0-9])\s+?([0-9]+\.[0-9])\n
24
+
25
+-- remove all lines with no inherited contribution to alloc with
26
+-- .*?([0-9]+\.[0-9])\s+?([0-9]+\.[0-9])\s+?([0-9]+\.[0-9])\s+?0\.0\n
27
28
main :: IO ()
29
main = do
src/Compact/Pure.hs
@@ -11,6 +11,7 @@ module Compact.Pure
11
withRegion,
12
Dest,
13
Fill (fill),
14
+ DestsOf,
15
(<|),
16
fillComp,
17
(<|.),
0 commit comments