module Datadog::Profiling::NativeExtension

This module contains classes and methods which are implemented using native code in the ext/ddtrace_profiling_native_extension folder

Public Class Methods

native_working?() click to toggle source
static VALUE native_working_p(VALUE self) {
  return Qtrue;
}

Private Class Methods

working?() click to toggle source
# File lib/ddtrace/profiling/native_extension.rb, line 7
                     def self.working?
  native_working?
end