Method: Datadog::Profiling::Collectors::DynamicSamplingRate::Testing._native_get_sleep

Defined in:
ext/datadog_profiling_native_extension/collectors_dynamic_sampling_rate.c

._native_get_sleepObject

Below here is boilerplate to expose the above code to Ruby so that we can test it with RSpec as usual.



101
# File 'ext/datadog_profiling_native_extension/collectors_dynamic_sampling_rate.c', line 101

VALUE _native_get_sleep(DDTRACE_UNUSED VALUE self, VALUE overhead_target_percentage, VALUE simulated_next_sample_after_monotonic_wall_time_ns, VALUE current_monotonic_wall_time_ns);