fix bugs
[IRC.git] / Robust / CoreProf / Counter.java
index caf9eaa1f537e1f842d58a5722ed1e8cae6da227..a94e30aed5798ee2b5648055e65b6c574ca49446 100644 (file)
@@ -2,6 +2,7 @@ public class Counter {
   public Counter() {
   }
 
-  public int totaltime;
-  public int selftime;
+  public long count;
+  public long totaltime;
+  public long selftime;
 }
\ No newline at end of file