disable()
updates GC profile mode. stop profiler for GC.
static VALUE gc_profile_disable(void) { rb_objspace_t *objspace = &rb_objspace; objspace->profile.run = Qfalse; return Qnil; }