Ruby gem installed as a command-line tool that parses ObjectSpace heap-dump JSON files and summarizes how many objects survived each garbage-collection generation, along with their allocation sites. Used in the talk to look for memory leaks across Rails boots; revealed that class DSL objects (attributes, callbacks) survived the longest.