Class: Datadog::Profiling::Collectors::Stack

Inherits:
Object
  • Object
show all
Defined in:
lib/datadog/profiling/collectors/stack.rb,
ext/datadog_profiling_native_extension/collectors_stack.c

Overview

Used to gather a stack trace from a given Ruby thread. Stores its output on a ‘StackRecorder`.

This class is not empty; all of this class is implemented as native code.

Defined Under Namespace

Modules: Testing