Sha256: 63461518082281592fd84a55367e224e047265073bc10026e98b435a716f7536

Contents?: true

Size: 329 Bytes

Versions: 2

Compression:

Stored size: 329 Bytes

Contents

module Datadog
  module Profiling
    module Collectors
      # 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.
      class Stack # rubocop:disable Lint/EmptyClass
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ddtrace-1.10.1 lib/datadog/profiling/collectors/stack.rb
ddtrace-1.10.0 lib/datadog/profiling/collectors/stack.rb