Registry / observability / allocation-stats

allocation-stats

JSON →
library0.1.5rbrubygemsunverified

Tooling for tracing object allocations in Ruby 2.1, helping identify memory usage patterns.

gem install allocation_stats
INSTALL
IMPORT
SIG · ALLOCATION-STATS
A
allocation-stats
observabilityrubyv0.1.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AllocationStats
require 'allocation_stats'

Trace object allocations and display grouped results.

require 'allocation_stats' trace = AllocationStats.trace do Array.new(100) end puts trace.allocations.group_by(:class).to_text
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
57 hits · last 30 days
node
48
OpenAI (training)
1
Resources
allocation-stats — gem install allocation-stats · libregistry