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
146 |
# File 'ext/ddtrace_profiling_native_extension/collectors_thread_context.c', line 146
static VALUE _native_on_gc_finish(VALUE self, VALUE collector_instance);
|
._native_on_gc_start ⇒ Object
145 |
# File 'ext/ddtrace_profiling_native_extension/collectors_thread_context.c', line 145
static VALUE _native_on_gc_start(VALUE self, VALUE collector_instance);
|
._native_per_thread_context ⇒ Object
174 |
# File 'ext/ddtrace_profiling_native_extension/collectors_thread_context.c', line 174
static VALUE _native_per_thread_context(VALUE self, VALUE collector_instance);
|
._native_sample ⇒ Object
144 |
# File 'ext/ddtrace_profiling_native_extension/collectors_thread_context.c', line 144
static VALUE _native_sample(VALUE self, VALUE collector_instance, VALUE profiler_overhead_stack_thread);
|
._native_sample_after_gc ⇒ Object
147 |
# File 'ext/ddtrace_profiling_native_extension/collectors_thread_context.c', line 147
static VALUE _native_sample_after_gc(DDTRACE_UNUSED VALUE self, VALUE collector_instance);
|
._native_sample_allocation ⇒ Object
183 |
# File 'ext/ddtrace_profiling_native_extension/collectors_thread_context.c', line 183
static VALUE _native_sample_allocation(VALUE self, VALUE collector_instance, VALUE sample_weight);
|
._native_stats ⇒ Object
178 |
# File 'ext/ddtrace_profiling_native_extension/collectors_thread_context.c', line 178
static VALUE _native_stats(VALUE self, VALUE collector_instance);
|
._native_thread_list ⇒ Object
164 |
# File 'ext/ddtrace_profiling_native_extension/collectors_thread_context.c', line 164 static VALUE _native_thread_list(VALUE self); |