Posts tagged under "dtrace"

Profile Ruby 2.0 apps using DTrace - part 2

By Hemant on May 27, 2013
Ruby 2.0 and above has in-built support for DTrace hooks. This lets us profile Ruby programs. In this post, I'll go into the details of the features of DTrace.
Tagged under: ruby, dtrace, profiling, rails

Profile Ruby 2.0 apps using DTrace - Part 1

By Hemant on April 16, 2013
Ruby 2.0 and above has in-built support for DTrace hooks. This lets us profile Ruby programs. In this post, I'll introduce DTrace and how to add DTrace probes to a Ruby program.
Tagged under: ruby, dtrace, profiling, rails