Module: Datadog::Profiling::Collectors::ThreadContext::Testing
- Defined in:
- ext/ddtrace_profiling_native_extension/collectors_thread_context.c
Class Method Summary collapse
- ._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_on_gc_finish ⇒ Object
155 |
# File 'ext/ddtrace_profiling_native_extension/collectors_thread_context.c', line 155
static VALUE _native_on_gc_finish(VALUE self, VALUE collector_instance);
|
._native_on_gc_start ⇒ Object
154 |
# File 'ext/ddtrace_profiling_native_extension/collectors_thread_context.c', line 154
static VALUE _native_on_gc_start(VALUE self, VALUE collector_instance);
|
._native_per_thread_context ⇒ Object
183 |
# File 'ext/ddtrace_profiling_native_extension/collectors_thread_context.c', line 183
static VALUE _native_per_thread_context(VALUE self, VALUE collector_instance);
|
._native_sample ⇒ Object
153 |
# File 'ext/ddtrace_profiling_native_extension/collectors_thread_context.c', line 153
static VALUE _native_sample(VALUE self, VALUE collector_instance, VALUE profiler_overhead_stack_thread);
|
._native_sample_after_gc ⇒ Object
156 |
# File 'ext/ddtrace_profiling_native_extension/collectors_thread_context.c', line 156
static VALUE _native_sample_after_gc(DDTRACE_UNUSED VALUE self, VALUE collector_instance);
|
._native_sample_allocation ⇒ Object
192 |
# File 'ext/ddtrace_profiling_native_extension/collectors_thread_context.c', line 192
static VALUE _native_sample_allocation(VALUE self, VALUE collector_instance, VALUE sample_weight);
|
._native_stats ⇒ Object
187 |
# File 'ext/ddtrace_profiling_native_extension/collectors_thread_context.c', line 187
static VALUE _native_stats(VALUE self, VALUE collector_instance);
|
._native_thread_list ⇒ Object
173 |
# File 'ext/ddtrace_profiling_native_extension/collectors_thread_context.c', line 173 static VALUE _native_thread_list(VALUE self); |