38 39 40 41 42
# File 'ext/pyroscope/pyroscope.c', line 38 static VALUE pyroscope_stop(VALUE self) { int res = Stop(); return INT2FIX(res); }