This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -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))
|
||||
Loading…
Add table
Add a link
Reference in a new issue