gc_profile_record Struct Reference


Data Fields

int flags
double gc_time
double gc_invoke_time
size_t heap_total_objects
size_t heap_use_size
size_t heap_total_size

Detailed Description

Definition at line 285 of file gc.c.


Field Documentation

int gc_profile_record::flags

Definition at line 286 of file gc.c.

Referenced by gc_prof_setup_new_record(), gc_prof_sweep_timer_stop(), and gc_profile_dump_on().

double gc_profile_record::gc_invoke_time

Definition at line 289 of file gc.c.

Referenced by gc_prof_timer_start(), gc_prof_timer_stop(), and gc_profile_dump_on().

double gc_profile_record::gc_time

Definition at line 288 of file gc.c.

Referenced by gc_prof_sweep_timer_start(), gc_prof_sweep_timer_stop(), gc_prof_timer_start(), gc_prof_timer_stop(), gc_profile_dump_on(), and gc_profile_total_time().

size_t gc_profile_record::heap_total_objects

Definition at line 291 of file gc.c.

Referenced by gc_prof_set_heap_info(), and gc_profile_dump_on().

size_t gc_profile_record::heap_total_size

Definition at line 293 of file gc.c.

Referenced by gc_prof_set_heap_info(), and gc_profile_dump_on().

size_t gc_profile_record::heap_use_size

Definition at line 292 of file gc.c.

Referenced by gc_prof_set_heap_info(), and gc_profile_dump_on().


The documentation for this struct was generated from the following file:
Generated on 19 Jul 2016 for Ruby by  doxygen 1.4.7