This is one of the most useful options of memory_profiler to my work on optimizing Bundler/RubyGems, since I'm usually focused on a single file/small set of files at a time, and seeing allocations from every file is less useful, especially if they far outnumber what I'm focused on. Additionally, early filtering of objects during the parse stage might help save memory in analysis
This is one of the most useful options of
memory_profilerto my work on optimizing Bundler/RubyGems, since I'm usually focused on a single file/small set of files at a time, and seeing allocations from every file is less useful, especially if they far outnumber what I'm focused on. Additionally, early filtering of objects during the parse stage might help save memory in analysis