back out change to separate event type and timestamp streams, one stream supports...
[IRC.git] / Robust / CoreProf / Counter.java
1 public class Counter {
2   public Counter() {
3   }
4
5   public long count;
6   public long totalTime;
7   public long selfTime;
8 }