Module: Datadog::Profiling::Collectors::ThreadContext::Testing
- Defined in:
- ext/datadog_profiling_native_extension/collectors_thread_context.c
Class Method Summary collapse
- ._native_gc_tracking ⇒ Object
- ._native_new_empty_thread ⇒ Object
- ._native_on_gc_finish ⇒ Object
- ._native_on_gc_start ⇒ Object
- ._native_per_thread_context ⇒ Object
- ._native_sample ⇒ Object
- ._native_sample_after_gc ⇒ Object
- ._native_sample_allocation ⇒ Object
- ._native_stats ⇒ Object
- ._native_thread_list ⇒ Object
Class Method Details
._native_gc_tracking ⇒ Object
218 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 218
static VALUE _native_gc_tracking(VALUE self, VALUE collector_instance);
|
._native_new_empty_thread ⇒ Object
224 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 224 static VALUE _native_new_empty_thread(VALUE self); |
._native_on_gc_finish ⇒ Object
182 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 182
static VALUE _native_on_gc_finish(VALUE self, VALUE collector_instance);
|
._native_on_gc_start ⇒ Object
181 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 181
static VALUE _native_on_gc_start(VALUE self, VALUE collector_instance);
|
._native_per_thread_context ⇒ Object
213 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 213
static VALUE _native_per_thread_context(VALUE self, VALUE collector_instance);
|
._native_sample ⇒ Object
180 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 180
static VALUE _native_sample(VALUE self, VALUE collector_instance, VALUE profiler_overhead_stack_thread);
|
._native_sample_after_gc ⇒ Object
183 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 183
static VALUE _native_sample_after_gc(DDTRACE_UNUSED VALUE self, VALUE collector_instance);
|
._native_sample_allocation ⇒ Object
223 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 223
static VALUE _native_sample_allocation(DDTRACE_UNUSED VALUE self, VALUE collector_instance, VALUE sample_weight, VALUE new_object);
|
._native_stats ⇒ Object
217 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 217
static VALUE _native_stats(VALUE self, VALUE collector_instance);
|
._native_thread_list ⇒ Object
202 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 202 static VALUE _native_thread_list(VALUE self); |