Sha256: cd7f3e9a70886fc5af591f18e8bafede52eb5b30ae6ed467badb919103c2bc86

Contents?: true

Size: 212 Bytes

Versions: 5

Compression:

Stored size: 212 Bytes

Contents

# typed: strict
require 'ddtrace/utils/string_table'

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ddtrace-0.54.2 lib/ddtrace/profiling/pprof/string_table.rb
ddtrace-0.54.1 lib/ddtrace/profiling/pprof/string_table.rb
ddtrace-0.54.0 lib/ddtrace/profiling/pprof/string_table.rb
ddtrace-0.53.0 lib/ddtrace/profiling/pprof/string_table.rb
ddtrace-0.52.0 lib/ddtrace/profiling/pprof/string_table.rb