Class: Datadog::Profiling::EncodedProfile
- Inherits:
-
Object
- Object
- Datadog::Profiling::EncodedProfile
- Defined in:
- lib/datadog/profiling/encoded_profile.rb,
ext/datadog_profiling_native_extension/encoded_profile.c
Overview
This class exists to wrap a ddog_prof_EncodedProfile into a Ruby object
This class is not empty; all of this class is implemented as native code.
Instance Method Summary collapse
Instance Method Details
#_native_bytes ⇒ Object
9 |
# File 'ext/datadog_profiling_native_extension/encoded_profile.c', line 9 static VALUE _native_bytes(VALUE self); |