Index: compiler/java/com/google/dart/compiler/metrics/DartEventType.java |
diff --git a/compiler/java/com/google/dart/compiler/metrics/DartEventType.java b/compiler/java/com/google/dart/compiler/metrics/DartEventType.java |
index cd0ca80f2814faaad9c5f4d40f688428c1b8b187..0a8dc732f62b7cf6347dc8477cb27143ed32a16b 100644 |
--- a/compiler/java/com/google/dart/compiler/metrics/DartEventType.java |
+++ b/compiler/java/com/google/dart/compiler/metrics/DartEventType.java |
@@ -11,9 +11,6 @@ import com.google.dart.compiler.metrics.Tracer.EventType; |
*/ |
public enum DartEventType implements EventType { |
ADD_OUTOFDATE("MistyRose"), |
- BACKEND_COMPILE("DarkGreen"), |
- BACKEND_OUTOFDATE("DarkOliveGreen"), |
- BACKEND_PACKAGE_APP("MediumPurple"), |
BUILD_LIB_SCOPES("violet"), |
COMPILE("green"), |
COMPILE_APP("gray"), |
@@ -25,7 +22,6 @@ public enum DartEventType implements EventType { |
JS_NORMALIZE("DarkMagenta"), |
zundel
2012/02/28 20:37:21
You'd think this should now be removed.
scheglov
2012/02/29 22:46:41
Done.
|
JS_SOURCE_GEN("LightBlue"), |
zundel
2012/02/28 20:37:21
You'd think this should now be removed too.
scheglov
2012/02/29 22:46:41
Done.
|
NAMER("MidnightBlue"), |
- PACKAGE_APP("pink"), |
SCANNER("GoldenRod"), |
PARSE("red"), |
PARSE_API("green"), |