Sha256: a56b2c8d91a9f12b81786704b5053020ca633dce2915beb8691f6c9e823fff95

Contents?: true

Size: 231 Bytes

Versions: 12

Compression:

Stored size: 231 Bytes

Contents

# typed: strict

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

12 entries across 12 versions & 1 rubygems

Version Path
ddtrace-1.9.0 lib/datadog/profiling/pprof/string_table.rb
ddtrace-1.8.0 lib/datadog/profiling/pprof/string_table.rb
ddtrace-1.7.0 lib/datadog/profiling/pprof/string_table.rb
ddtrace-1.6.1 lib/datadog/profiling/pprof/string_table.rb
ddtrace-1.6.0 lib/datadog/profiling/pprof/string_table.rb
ddtrace-1.5.2 lib/datadog/profiling/pprof/string_table.rb
ddtrace-1.5.1 lib/datadog/profiling/pprof/string_table.rb
ddtrace-1.5.0 lib/datadog/profiling/pprof/string_table.rb
ddtrace-1.4.2 lib/datadog/profiling/pprof/string_table.rb
ddtrace-1.4.1 lib/datadog/profiling/pprof/string_table.rb
ddtrace-1.4.0 lib/datadog/profiling/pprof/string_table.rb
ddtrace-1.3.0 lib/datadog/profiling/pprof/string_table.rb