Skip to content

Commit 2201cc9

Browse files
committed
Export DestsOf and expand comment on profiling
1 parent c86e68f commit 2201cc9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

memory/Main.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ import Test.Tasty.Bench (defaultMain)
2020
-- .*?0\.0 0\.0 0\.0 0\.0\n
2121

2222
-- 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
23+
-- .*?([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
2427

2528
main :: IO ()
2629
main = do

src/Compact/Pure.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module Compact.Pure
1111
withRegion,
1212
Dest,
1313
Fill (fill),
14+
DestsOf,
1415
(<|),
1516
fillComp,
1617
(<|.),

0 commit comments

Comments
 (0)