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