Module: Datadog::Profiling::NativeExtension

Defined in:
lib/datadog/profiling/native_extension.rb,
ext/datadog_profiling_native_extension/profiling.c

Overview

This module contains classes and methods which are implemented using native code in the ext/datadog_profiling_native_extension folder, as well as some Ruby-level utilities that don’t make sense to write using C

Defined Under Namespace

Modules: Testing

Class Method Summary collapse

Class Method Details

.native_working?Boolean

Returns:

  • (Boolean)


25
26
27
# File 'ext/datadog_profiling_native_extension/profiling.c', line 25

private_class_method def self.native_working?
  false
end