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 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



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

def sample
  @sample
end

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



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

def values
  @values
end