Sha256: b8bea1552d0c8641ecb30347ebb66d17e885e6772311e53935943dfd9cb1d572

Contents?: true

Size: 245 Bytes

Versions: 8

Compression:

Stored size: 245 Bytes

Contents

# frozen_string_literal: true

require_relative '../../core/utils/string_table'

module Datadog
  module Profiling
    module Pprof
      # Tracks strings and returns IDs
      class StringTable < Core::Utils::StringTable; end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ddtrace-1.14.0 lib/datadog/profiling/pprof/string_table.rb
ddtrace-1.13.1 lib/datadog/profiling/pprof/string_table.rb
ddtrace-1.13.0 lib/datadog/profiling/pprof/string_table.rb
ddtrace-1.12.1 lib/datadog/profiling/pprof/string_table.rb
ddtrace-1.12.0 lib/datadog/profiling/pprof/string_table.rb
ddtrace-1.11.1 lib/datadog/profiling/pprof/string_table.rb
ddtrace-1.11.0 lib/datadog/profiling/pprof/string_table.rb
ddtrace-1.11.0.beta1 lib/datadog/profiling/pprof/string_table.rb