Comment on The Cost of Ruby 1.9.3's GC::ProfilerparentComments−wpeterson13yConfirmed that this only leaks memory if used incorrectly, standard implementations like Newrelic sample this safely, without leaking memory.Here's a link to the GC profiling agent code in the Newrelic Agent:https://github.com/newrelic/rpm/blob/master/lib/new_relic/ag...
Comments
Confirmed that this only leaks memory if used incorrectly, standard implementations like Newrelic sample this safely, without leaking memory.
Here's a link to the GC profiling agent code in the Newrelic Agent:
https://github.com/newrelic/rpm/blob/master/lib/new_relic/ag...