Generate Ruby Profiling Charts With Perftools

  

Ilya Grigorik has written an interesting article called Profiling Ruby with Google’s Perftools about using a port of Google’s Perftools (perftools.rb) to build graphs showing the results of profiling sessions on your Ruby code. As with all of Ilya’s great posts, it’s punchy and to the point.

Ilya starts by explaining what Perftools is and shows how to use its regular profiling features from Ruby, which are impressive enough, but then moves on to showing how to generate graphic profiling charts that graphically…

Continue reading over at Rub Inside...

Leave a Reply