On Wed, Sep 2, 2009 at 2:21 AM, <[email protected]> wrote: > Also, each TreeLogger branch is automatically timed, from start to when > we can figure the branch is dead (i.e. to first log emission NOT on the > branch, a slightly too exapansive definition.) >
That isn't going to work in general -- frequently a branch is created, more stuff is logged to the main log, and then later things are logged to the branch. OOPHM already keeps timestamps on every log message, so you get the timing to the second, but you might need to add some "task completed" log messages. -- John A. Tamplin Software Engineer (GWT), Google --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
