Class: ScoutApm::Instruments::Allocations
- Inherits:
-
Object
- Object
- ScoutApm::Instruments::Allocations
- Defined in:
- ext/allocations/allocations.c,
ext/allocations/allocations.c
Constant Summary collapse
- ENABLED =
Qfalse
Class Method Summary collapse
Class Method Details
.count ⇒ Object
22 23 24 25 |
# File 'ext/allocations/allocations.c', line 22 static VALUE get_allocation_count() { return ULL2NUM(endpoint_allocations); } |