mte/unikernel/duniverse/dune_/test/blackbox-tests/test-cases/dump-gc-stat.t
2025-11-11 02:07:51 +01:00

20 lines
399 B
Raku

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))