http://gwt-code-reviews.appspot.com/1336803/diff/1/3 File dev/core/src/com/google/gwt/dev/util/log/speedtracer/SpeedTracerLogger.java (right):
http://gwt-code-reviews.appspot.com/1336803/diff/1/3#newcode477 dev/core/src/com/google/gwt/dev/util/log/speedtracer/SpeedTracerLogger.java:477: private final long zeroTimeMilliseconds; will do....although, it looks like it doesn't seem to really need the baseTime afterall? I tried commenting out the generation of the baseTime data altogether, and it doesn't seem to affect things at all (speedtracer seems to normalize the time just fine). That and also for the case of processCpuTime (which has no basis in wall time)... http://gwt-code-reviews.appspot.com/1336803/diff/1/3#newcode592 dev/core/src/com/google/gwt/dev/util/log/speedtracer/SpeedTracerLogger.java:592: "Cummulative Collection Count", Long.toString(gcMXBean.getCollectionCount())); So, for visualization purposes here, it seems ok to leave as is, no? http://gwt-code-reviews.appspot.com/1336803/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
