Module: Datadog::Profiling::Collectors::Stack::Testing
- Defined in:
- ext/datadog_profiling_native_extension/collectors_stack.c
Class Method Summary collapse
-
._native_sample ⇒ Object
Note: typedef’d in the header to sampling_buffer.
Class Method Details
._native_sample ⇒ Object
Note: typedef’d in the header to sampling_buffer
25 26 27 28 29 30 31 32 33 34 |
# File 'ext/datadog_profiling_native_extension/collectors_stack.c', line 25 static VALUE _native_sample( VALUE self, VALUE thread, VALUE recorder_instance, VALUE metric_values_hash, VALUE labels_array, VALUE numeric_labels_array, VALUE max_frames, VALUE in_gc ); |