This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,20 @@
Testing the --dump-gc-stats option
$ dune build --dump-gc-stats stats
$ sed -r 's/[ ]+[0-9]+//g' < stats
((minor_words.)
(promoted_words.)
(major_words.)
(minor_collections)
(major_collections)
(heap_words)
(heap_chunks)
(live_words)
(live_blocks)
(free_words)
(free_blocks)
(largest_free)
(fragments)
(compactions)
(top_heap_words)
(stack_size))