Sha256: 50f3c37cd592209dac766381cb98ee3b245091b61831a899faaee8720158acbd
Contents?: true
Size: 360 Bytes
Versions: 40
Compression:
Stored size: 360 Bytes
Contents
# frozen_string_literal: true 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
40 entries across 40 versions & 2 rubygems