enable()
updates GC profile mode. start profiler for GC.
static VALUE gc_profile_enable(void) { rb_objspace_t *objspace = &rb_objspace; objspace->profile.run = Qtrue; return Qnil; }