Sha256: 527a88742a1c0e307c89acef27a205cd39f264a6637e44885fe7709332fcdc47
Contents?: true
Size: 345 Bytes
Versions: 12
Compression:
Stored size: 345 Bytes
Contents
# typed: false 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
12 entries across 12 versions & 1 rubygems