Module: Datadog::Profiling::Collectors::ThreadContext::Testing
- Defined in:
- ext/datadog_profiling_native_extension/collectors_thread_context.c
Class Method Summary collapse
- ._native_apply_delta_to_cpu_time_at_previous_sample_ns ⇒ Object
- ._native_gc_tracking ⇒ Object
- ._native_gvl_waiting_at_for ⇒ Object
- ._native_new_empty_thread ⇒ Object
- ._native_on_gc_finish ⇒ Object
- ._native_on_gc_start ⇒ Object
- ._native_on_gvl_running ⇒ Object
- ._native_on_gvl_waiting ⇒ Object
- ._native_per_thread_context ⇒ Object
- ._native_sample ⇒ Object
- ._native_sample_after_gc ⇒ Object
- ._native_sample_after_gvl_running ⇒ Object
- ._native_sample_allocation ⇒ Object
- ._native_sample_skipped_allocation_samples ⇒ Object
- ._native_stats ⇒ Object
- ._native_thread_list ⇒ Object
Class Method Details
._native_apply_delta_to_cpu_time_at_previous_sample_ns ⇒ Object
277 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 277
static VALUE _native_apply_delta_to_cpu_time_at_previous_sample_ns(DDTRACE_UNUSED VALUE self, VALUE collector_instance, VALUE thread, VALUE delta_ns);
|
._native_gc_tracking ⇒ Object
248 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 248
static VALUE _native_gc_tracking(VALUE self, VALUE collector_instance);
|
._native_gvl_waiting_at_for ⇒ Object
274 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 274
static VALUE _native_gvl_waiting_at_for(DDTRACE_UNUSED VALUE self, VALUE thread);
|
._native_new_empty_thread ⇒ Object
254 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 254 static VALUE _native_new_empty_thread(VALUE self); |
._native_on_gc_finish ⇒ Object
208 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 208
static VALUE _native_on_gc_finish(VALUE self, VALUE collector_instance);
|
._native_on_gc_start ⇒ Object
207 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 207
static VALUE _native_on_gc_start(VALUE self, VALUE collector_instance);
|
._native_on_gvl_running ⇒ Object
275 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 275
static VALUE _native_on_gvl_running(DDTRACE_UNUSED VALUE self, VALUE thread);
|
._native_on_gvl_waiting ⇒ Object
273 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 273
static VALUE _native_on_gvl_waiting(DDTRACE_UNUSED VALUE self, VALUE thread);
|
._native_per_thread_context ⇒ Object
243 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 243
static VALUE _native_per_thread_context(VALUE self, VALUE collector_instance);
|
._native_sample ⇒ Object
206 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 206
static VALUE _native_sample(VALUE self, VALUE collector_instance, VALUE profiler_overhead_stack_thread);
|
._native_sample_after_gc ⇒ Object
209 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 209
static VALUE _native_sample_after_gc(DDTRACE_UNUSED VALUE self, VALUE collector_instance, VALUE reset_monotonic_to_system_state);
|
._native_sample_after_gvl_running ⇒ Object
276 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 276
static VALUE _native_sample_after_gvl_running(DDTRACE_UNUSED VALUE self, VALUE collector_instance, VALUE thread);
|
._native_sample_allocation ⇒ Object
253 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 253
static VALUE _native_sample_allocation(DDTRACE_UNUSED VALUE self, VALUE collector_instance, VALUE sample_weight, VALUE new_object);
|
._native_sample_skipped_allocation_samples ⇒ Object
264 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 264
static VALUE _native_sample_skipped_allocation_samples(DDTRACE_UNUSED VALUE self, VALUE collector_instance, VALUE skipped_samples);
|
._native_stats ⇒ Object
247 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 247
static VALUE _native_stats(VALUE self, VALUE collector_instance);
|
._native_thread_list ⇒ Object
231 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 231 static VALUE _native_thread_list(VALUE self); |