Better gc stats

This commit is contained in:
2026-01-22 07:51:22 -08:00
parent 6cc85491cf
commit eca8ae3d3e
2 changed files with 6 additions and 4 deletions

View File

@ -41,7 +41,7 @@ extern struct timespec total_gc_time;
extern size_t total_gc_count;
typedef struct {
size_t objects_searched;
size_t non_statics_kept;
size_t objects_cleaned;
struct timespec ellapsed_time;
} LispGCStats;