Class: Datadog::Profiling::Pprof::Converter::EventGroup
- Inherits:
-
Struct
- Object
- Struct
- Datadog::Profiling::Pprof::Converter::EventGroup
- 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
-
#sample ⇒ Object
Returns the value of attribute sample.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Attribute Details
#sample ⇒ Object
Returns the value of attribute sample
71 72 73 |
# File 'lib/datadog/profiling/pprof/converter.rb', line 71 def sample @sample end |
#values ⇒ Object
Returns the value of attribute values
71 72 73 |
# File 'lib/datadog/profiling/pprof/converter.rb', line 71 def values @values end |