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

Inherits:
Struct
  • Object
show all
Defined in:
lib/datadog/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



71
72
73
# File 'lib/datadog/profiling/pprof/converter.rb', line 71

def sample
  @sample
end

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



71
72
73
# File 'lib/datadog/profiling/pprof/converter.rb', line 71

def values
  @values
end