Method: Datadog::Core::Environment::YJIT.object_shape_count
- Defined in:
- lib/datadog/core/environment/yjit.rb
.object_shape_count ⇒ Object
Total number of object shapes
46 47 48 |
# File 'lib/datadog/core/environment/yjit.rb', line 46 def object_shape_count ::RubyVM::YJIT.runtime_stats[:object_shape_count] end |