Reviewers: bruce, mmendez, Description: This patch introduces a TIMING log level, which can be used to emit timing data without forcing either an everyone-sees-it INFO or a dig-through-too-much TRACE message.
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.) Please review this at http://gwt-code-reviews.appspot.com/59803 Affected files: dev/core/src/com/google/gwt/core/ext/TreeLogger.java dev/core/src/com/google/gwt/dev/javac/CompilationState.java dev/core/src/com/google/gwt/dev/javac/TypeOracleMediator.java dev/core/src/com/google/gwt/dev/util/log/AbstractTreeLogger.java dev/core/src/com/google/gwt/dev/util/log/log-item-timing.gif dev/oophm/src/com/google/gwt/dev/shell/Icons.java dev/oophm/src/com/google/gwt/dev/shell/log/SwingTreeLogger.java --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
