Class: ScoutApm::Instruments::Allocations
- Inherits:
-
Object
- Object
- ScoutApm::Instruments::Allocations
- Defined in:
- ext/allocations/allocations.c
Constant Summary collapse
- ENABLED =
ALLOCATIONS_ENABLED
Class Method Summary collapse
Class Method Details
.count ⇒ Object
34 35 36 37 |
# File 'ext/allocations/allocations.c', line 34 static VALUE get_allocation_count(VALUE klass) { return ULL2NUM(endpoint_allocations); } |