back out change to separate event type and timestamp streams, one stream supports...
[IRC.git] / Robust / CoreProf / Counter.java
index a94e30aed5798ee2b5648055e65b6c574ca49446..90d5c2d83dba66607dfe5bf73436916367062df4 100644 (file)
@@ -3,6 +3,6 @@ public class Counter {
   }
 
   public long count;
-  public long totaltime;
-  public long selftime;
-}
\ No newline at end of file
+  public long totalTime;
+  public long selfTime;
+}