> 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) {
// ...
}
}
Ian.
--
Ian Clarke [EMAIL PROTECTED]
Coordinator, The Freenet Project http://freenetproject.org/
Founder, Locutus http://locut.us/
Personal Homepage http://locut.us/ian/
pgp00000.pgp
Description: PGP signature
