The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Ruby Debugger Timings

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Huw Collingbourne

Posts: 1254
Nickname: huw
Registered: Nov, 2006

Huw Collingbourne is Director of Technology for the Ruby In Steel IDE
Ruby Debugger Timings Posted: Jan 30, 2008 3:09 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Huw Collingbourne.
Original Post: Ruby Debugger Timings
Feed Title: Ruby In Steel
Feed URL: http://www.sapphiresteel.com/spip.php?page=backend
Feed Description: Developers' Blog of the Ruby In Steel and Amethyst (Adobe Flex) IDEs for Visual Studio
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Huw Collingbourne
Latest Posts From Ruby In Steel

Advertisement
Here are the results of some simple benchmarks comparing the three Ruby debuggers - the original slow Ruby debugger, ruby-debug and Cylon.
As I mentioned last week there are two main types of benchmark tracing that Ruby provides. One traces a ‘line' execution and the other traces a ‘call' invocation. For ‘line' based code (such as i = i + 1), the tracing overhead is the same for all lines. For the other ‘call' trace, the overhead varies a bit (...)

Read: Ruby Debugger Timings

Topic: "Tell the truth when you're still friends. An enemy is just a friend that you told the truth to..." Previous Topic   Next Topic Topic: The Agony of Upgrading Fedora

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use