Class: Datadog::Profiling::Pprof::Converter::EventGroup

Inherits:
Struct
  • Object
show all
Defined in:
lib/ddtrace/profiling/pprof/converter.rb

Overview

Represents a grouped event 'sample' is an example event object from the group. 'values' is the summation of the group's sample values

Instance Attribute Summary collapse

Instance Attribute Details

#sampleObject

Returns the value of attribute sample

Returns:

  • (Object)

    the current value of sample



72
73
74
# File 'lib/ddtrace/profiling/pprof/converter.rb', line 72

def sample
  @sample
end

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



72
73
74
# File 'lib/ddtrace/profiling/pprof/converter.rb', line 72

def values
  @values
end