GCStats.Stats

Structure representing recorded GC stats.

Members

Variables

gc_run_duration
size_t gc_run_duration;

The number of microseconds the garbage collector ran for in the last stats collection.

gc_run_percentage
float gc_run_percentage;

The percentage of time that was spent by the garbage collector in the last stats collection.

Meta