Re: [Gems-users] Interaction between Ruby and benchmarks


Date: Thu, 21 Sep 2006 20:55:26 -0500
From: "Mike Marty" <mikem@xxxxxxxxxxx>
Subject: Re: [Gems-users] Interaction between Ruby and benchmarks
> 
> I'm looking into ways to establish interaction between
> Ruby and benchmarks. For example, a data-intensive
> benchmark would provide hints to Ruby, such as when it
> would request data or modify it. This hint would be
> recognized by Ruby as an event, and would result in
> some actions. So, these hints would be predetermined
> and the programmer would insert them while coding
> benchmarks. Is it possible to implement such
> interaction in GEMS? If so, could you please give me
> some pointers.
> 

Magic breakpoints is exactly what you want here.  Create your own types of
magic breakpoints.



[← Prev in Thread] Current Thread [Next in Thread→]