Lately I ran into an article talking about a new Ruby debugger called Cylon. Developers of Sapphiresteel IDE have achieved remarkable results. The article stays that their debugger implementation imposes only 20% of an overhead over the standard Ruby interpreter. This is very impressive! I decided to try the same benchmark with ruby-debug and, to tell you the truth, I was kind of disappointed. It's time to profile...