Prim.rts_heap_size()
Prim.rts_memory_size()
Prim.rts_reclaimed()
Prim.rts_mutator_instructions()
Prim.rts_collector_instructions()
etc…
Unfortunately, we haven’t exposed these in a library so haven’t really documented, partly because the meaning may change from GC to GC. A post explaining (some) of these is here:
I’ll open a doc issue to properly expose and document these, since users seems to be using them more and more.
2 Likes