Method: Sentry::Profiler#stop

Defined in:
lib/sentry/profiler.rb

#stopObject



42
43
44
45
46
47
48
# File 'lib/sentry/profiler.rb', line 42

def stop
  return unless @sampled
  return unless @started

  StackProf.stop
  log("Stopped")
end