Top "Ruby-prof" questions

How do I track down a memory leak in my Ruby code?

Question I'm debugging a memory leak in a rake task. I want to see a call stack of: Living objects …

ruby-on-rails ruby memory memory-leaks ruby-prof
Profiling Ruby Code

Besides ruby-prof and and the core Benchmark class, what do you use to profile your Ruby code? In particular, how …

ruby profiling profiler ruby-prof
Understanding ruby-prof output

I ran ruby-profiler on one of my programs. I'm trying to figure out what each fields mean. I'm guessing everything …

ruby profiling ruby-prof