Method: Pyroscope._stop

Defined in:
ext/pyroscope/pyroscope.c

._stopObject



38
39
40
41
42
# File 'ext/pyroscope/pyroscope.c', line 38

static VALUE
pyroscope_stop(VALUE self) {
  int res = Stop();
  return INT2FIX(res);
}