On Mon, Jun 23, 2003 at 12:21:19PM -0700, Ian Clarke wrote:
> > E = P(success) * E_time(success) +
> > (P(failure) * (E_time(failure) + E_time(global))
> >
> > Does this make sense?
>
> We might want to think about whether it would make sense to centralize
> the data-measurement functionality in a class. Something like this:
>
> public class EventTimer {
> public void startTimer(String timerID, long timeOut) {
> // timer is forgotten after timeOut milliseconds
> }
>
> public long endTimer(String timerID) {
> // ...
> }
> }
Be nice and feed that into Yarrow would you? :
EntropySource requestTime=new EntropySource();
long v=x.endTimer();
randSource.acceptTimerEntropy(requestTime);
Scott
pgp00000.pgp
Description: PGP signature
