This is a simple memory profiler for Ruby. It's useful for finding memory leaks. Even though Ruby uses GC, it's still possible to lose track of objects via long-lived datastructures. This tool helps track down object leaks over time.
没有任何数据可供显示