From: "zverok (Victor Shepelev)" Date: 2021-12-30T08:20:35+00:00 Subject: [ruby-core:106915] [Ruby master Misc#18451] Undocumented GC.stat keys Issue #18451 has been updated by zverok (Victor Shepelev). Thanks, @peterzhu2118! ---------------------------------------- Misc #18451: Undocumented GC.stat keys https://bugs.ruby-lang.org/issues/18451#change-95735 * Author: zverok (Victor Shepelev) * Status: Closed * Priority: Normal ---------------------------------------- As of 3.1 these keys aren't [documented](https://docs.ruby-lang.org/en/master/GC.html#method-c-stat): * `:compact_count` (2.7) * `:read_barrier_faults`, `:total_moved_objects` (3.0) * `:time` (new in 3.1) (I am just judging by versions/keys available on my system, no keys except `:time` are mentioned in corresponding version's NEWS.) I am not familiar with GC enough to easily handle this. Is there anybody who is? @tenderlovemaking, it seems you've introduced all except `:time`? Can you provide some insight on what are they representing? -- https://bugs.ruby-lang.org/ Unsubscribe: