dol: initial dol commit
[jump.git] / dol / src / dol / helper / profiler / Constants.java
diff --git a/dol/src/dol/helper/profiler/Constants.java b/dol/src/dol/helper/profiler/Constants.java
new file mode 100644 (file)
index 0000000..673e1b5
--- /dev/null
@@ -0,0 +1,13 @@
+/* $Id: Constants.java 1 2010-02-24 13:03:05Z haidw $ */\r
+package dol.helper.profiler;\r
+\r
+/**\r
+ * Keys for accessing profile properties.\r
+ */\r
+public class Constants {\r
+    public final static String processFires = "Process.Fires";\r
+    public final static String portAccesses = "Port.Accesses";\r
+    public final static String portTokenSize = "Port.TokenSize";\r
+    public final static String portInitialAccesses = "Port.InitialAccesses";\r
+    public final static String portInitialTokenSize = "Port.IntialTokensize";\r
+}\r