If I have a benchmark/ips suite, is there any way to get memory-specific metrics? I want to know how much memory each block allocated. cc @evanphx
@getajobmike I imagine @tenderlove has done this before…
@getajobmike @evanphx You can pass the same block to heap-profiler or memory_profiler.
@getajobmike @evanphx Vladimir Dementyev used benchmark-memory in Layered Design for ruby on rails