class Appsignal::Hooks::GvlHook

def install

def install
  Appsignal::Probes.register :gvl, Appsignal::Probes::GvlProbe
  ::GVLTools::GlobalTimer.enable if Appsignal.config[:enable_gvl_global_timer]
  ::GVLTools::WaitingThreads.enable if Appsignal.config[:enable_gvl_waiting_threads]
end