Skip to content
Failed

Changes

Summary

  1. Add runtime counters EV_C_MINOR_PROMOTED_WORDS and EV_C_MINOR_ALLOCATED_WORDS. (commit: 4f2163d) (details)
  2. Add Changes (commit: 150be34) (details)
  3. Highlight known units for runtime_counter. (commit: 2cbb007) (details)
Commit 4f2163db2e1f74134ea67421538bc211b30cb713 by timmcgil
Add runtime counters EV_C_MINOR_PROMOTED_WORDS and EV_C_MINOR_ALLOCATED_WORDS.

EV_C_MINOR_PROMOTED_WORDS reports words promoted by minor GC and
EV_C_MINOR_ALLOCATED_WORDS reports words allocated by minor GC. Both
have equivalent bytes counters.

Update the documentation for EV_C_MINOR_PROMOTED and
EV_C_MINOR_ALLOCATED to qualify scope of the values reported.
(commit: 4f2163d)
The file was modifiedruntime/minor_gc.c (diff)
The file was modifiedotherlibs/runtime_events/runtime_events.mli (diff)
The file was modifiedotherlibs/runtime_events/runtime_events.ml (diff)
The file was modifiedtestsuite/tests/lib-runtime-events/test_caml_counters.ml (diff)
The file was modifiedruntime/caml/runtime_events.h (diff)
The file was modifiedChanges (diff)
Commit 2cbb0075e02bc2046b6724366fbd5b54949cd312 by timmcgil
Highlight known units for runtime_counter.
(commit: 2cbb007)
The file was modifiedotherlibs/runtime_events/runtime_events.mli (diff)